diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index 9d89732827ab1..7c08c6cbc4f41 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -145,7 +145,7 @@ OC.L10N.register( "Contacts and groups" : "聯絡人和群組", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV 端點", - "Availability" : "可得性", + "Availability" : "可用時間", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他使用者在預約會議時就會知道您何時不在辦公室。", "Time zone:" : "時區:", "to" : "至", @@ -159,16 +159,16 @@ OC.L10N.register( "Friday" : "星期五", "Saturday" : "星期六", "Sunday" : "星期日", - "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "當系統可得性時,自動將用戶狀態設置為“請勿打擾”以關閉所有音頻通知。", - "Save" : "儲存", - "Failed to load availability" : "加載可得性失敗", - "Saved availability" : "已保存可得性", - "Failed to save availability" : "保存可得性失敗", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "在忙碌時,自動將使用者狀態設定為「請勿打擾」以靜音所有通知。", + "Save" : "保存", + "Failed to load availability" : "加載可用時間失敗", + "Saved availability" : "已保存可用時間", + "Failed to save availability" : "未能保存可用時間", "Calendar server" : "日曆伺服器", "Send invitations to attendees" : "發送邀請函給參加者", "Automatically generate a birthday calendar" : "自動建立生日日曆", "Birthday calendars will be generated by a background job." : "生日日曆將由後台作業生成。", - "Hence they will not be available immediately after enabling but will show up after some time." : "因此,它們在啟用後不會立即可用,但會在一段時間後顯示出来。", + "Hence they will not be available immediately after enabling but will show up after some time." : "因此,啟用後不會立即可用,但會在一段時間後顯示。", "Send notifications for events" : "發送活動通知", "Notifications are sent via background jobs, so these must occur often enough." : "通告將透過後台任務發送,所以任務的頻率要足夠高。", "Send reminder notifications to calendar sharees as well" : "也向共享日曆者傳送提醒通告", diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index 7e5b92519d7b7..18bf04fb7d0bb 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -143,7 +143,7 @@ "Contacts and groups" : "聯絡人和群組", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV 端點", - "Availability" : "可得性", + "Availability" : "可用時間", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他使用者在預約會議時就會知道您何時不在辦公室。", "Time zone:" : "時區:", "to" : "至", @@ -157,16 +157,16 @@ "Friday" : "星期五", "Saturday" : "星期六", "Sunday" : "星期日", - "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "當系統可得性時,自動將用戶狀態設置為“請勿打擾”以關閉所有音頻通知。", - "Save" : "儲存", - "Failed to load availability" : "加載可得性失敗", - "Saved availability" : "已保存可得性", - "Failed to save availability" : "保存可得性失敗", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "在忙碌時,自動將使用者狀態設定為「請勿打擾」以靜音所有通知。", + "Save" : "保存", + "Failed to load availability" : "加載可用時間失敗", + "Saved availability" : "已保存可用時間", + "Failed to save availability" : "未能保存可用時間", "Calendar server" : "日曆伺服器", "Send invitations to attendees" : "發送邀請函給參加者", "Automatically generate a birthday calendar" : "自動建立生日日曆", "Birthday calendars will be generated by a background job." : "生日日曆將由後台作業生成。", - "Hence they will not be available immediately after enabling but will show up after some time." : "因此,它們在啟用後不會立即可用,但會在一段時間後顯示出来。", + "Hence they will not be available immediately after enabling but will show up after some time." : "因此,啟用後不會立即可用,但會在一段時間後顯示。", "Send notifications for events" : "發送活動通知", "Notifications are sent via background jobs, so these must occur often enough." : "通告將透過後台任務發送,所以任務的頻率要足夠高。", "Send reminder notifications to calendar sharees as well" : "也向共享日曆者傳送提醒通告", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 5a5df7fc9db71..bec5cac5d949f 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -274,6 +274,7 @@ OC.L10N.register( "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana", "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", - "Toggle grid view" : "Alternar vista de cuadrícula" + "Toggle grid view" : "Alternar vista de cuadrícula", + "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 16adc099d09f6..73a1e1abc8f62 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -272,6 +272,7 @@ "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana", "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", - "Toggle grid view" : "Alternar vista de cuadrícula" + "Toggle grid view" : "Alternar vista de cuadrícula", + "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index d205cade2e553..84ab92cde8411 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -224,7 +224,7 @@ OC.L10N.register( "Email" : "E-mail", "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", - "Deck board" : "Tableau de l'application Deck", + "Deck board" : "Tableau Deck", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 959832c2b994f..26240c258080d 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -222,7 +222,7 @@ "Email" : "E-mail", "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", - "Deck board" : "Tableau de l'application Deck", + "Deck board" : "Tableau Deck", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 2adcd6487e983..000d29246adc5 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -223,7 +223,7 @@ OC.L10N.register( "Group" : "Grup", "Email" : "E-posta", "Circle" : "Çevre", - "Talk conversation" : "Talk conversation", + "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 8e23a1f4f674d..13c721d817630 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -221,7 +221,7 @@ "Group" : "Grup", "Email" : "E-posta", "Circle" : "Çevre", - "Talk conversation" : "Talk conversation", + "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index af9d2bed68550..4429da52f97d5 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Няма зададено пълно име", "Unable to update headline" : "Заглавието не може да се актуализира", "Unable to update organisation" : "Организацията не може да се актуализира", - "{displayId}" : "{displayId}", "Unable to update role" : "Ролята не може да се актуализира", "Change scope level of {accountProperty}" : "Промяна на нивото на обхвата на {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Не може да се актуализира обхвата на федерация на основния {accountProperty}", diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index 42eb7cf9049ac..1896effdf702e 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -516,7 +516,6 @@ "No full name set" : "Няма зададено пълно име", "Unable to update headline" : "Заглавието не може да се актуализира", "Unable to update organisation" : "Организацията не може да се актуализира", - "{displayId}" : "{displayId}", "Unable to update role" : "Ролята не може да се актуализира", "Change scope level of {accountProperty}" : "Промяна на нивото на обхвата на {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Не може да се актуализира обхвата на федерация на основния {accountProperty}", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 40f144dd35772..34aad7a36784b 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -517,7 +517,6 @@ OC.L10N.register( "No full name set" : "No s'ha definit cap nom complet", "Unable to update headline" : "No es pot actualitzar el titular", "Unable to update organisation" : "No es pot actualitzar l'organització", - "{displayId}" : "{displayId}", "Unable to update role" : "No es pot actualitzar el rol", "Change scope level of {accountProperty}" : "Canvia el nivell d'abast de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "No es pot actualitzar l'àmbit de la federació de la {accountProperty} principal", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 86d10d5093852..001edf56b5cc0 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -515,7 +515,6 @@ "No full name set" : "No s'ha definit cap nom complet", "Unable to update headline" : "No es pot actualitzar el titular", "Unable to update organisation" : "No es pot actualitzar l'organització", - "{displayId}" : "{displayId}", "Unable to update role" : "No es pot actualitzar el rol", "Change scope level of {accountProperty}" : "Canvia el nivell d'abast de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "No es pot actualitzar l'àmbit de la federació de la {accountProperty} principal", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index 71e9453528bb6..3d9d6bf6c272b 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Nenastaveno celé jméno", "Unable to update headline" : "Nadpis se nedaří změnit", "Unable to update organisation" : "Nedaří se aktualizovat organizaci", - "{displayId}" : "{displayId}", "Unable to update role" : "Nedaří se aktualizovat roli", "Change scope level of {accountProperty}" : "Změnit stupeň rozsahu {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nedaří se aktualizovat rozsah federování primární {accountProperty}", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 0e04e580a4f65..c48e59edd0b93 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -516,7 +516,6 @@ "No full name set" : "Nenastaveno celé jméno", "Unable to update headline" : "Nadpis se nedaří změnit", "Unable to update organisation" : "Nedaří se aktualizovat organizaci", - "{displayId}" : "{displayId}", "Unable to update role" : "Nedaří se aktualizovat roli", "Change scope level of {accountProperty}" : "Změnit stupeň rozsahu {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nedaří se aktualizovat rozsah federování primární {accountProperty}", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index b7169e6b8ec87..e8a88c1655369 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -460,7 +460,6 @@ OC.L10N.register( "No full name set" : "Intet fuldt navn angivet", "Unable to update headline" : "Kan ikke opdatere overskriften", "Unable to update organisation" : "Kan ikke opdatere organisationen", - "{displayId}" : "{displayId}", "Unable to update role" : "Rollen kunne ikke opdateres", "Change scope level of {accountProperty}" : "Skift omfangsniveau for {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Kan ikke opdatere føderationsomfanget for den primære {accountProperty}", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 61d1dee7f5b79..46e4f77855e06 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -458,7 +458,6 @@ "No full name set" : "Intet fuldt navn angivet", "Unable to update headline" : "Kan ikke opdatere overskriften", "Unable to update organisation" : "Kan ikke opdatere organisationen", - "{displayId}" : "{displayId}", "Unable to update role" : "Rollen kunne ikke opdateres", "Change scope level of {accountProperty}" : "Skift omfangsniveau for {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Kan ikke opdatere føderationsomfanget for den primære {accountProperty}", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index e6b22d92598bc..2502a51abe439 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Kein vollständiger Name festgelegt", "Unable to update headline" : "Überschrift konnte nicht aktualisiert werden", "Unable to update organisation" : "Organisation konnte nicht aktualisiert werden", - "{displayId}" : "{displayId}", "Unable to update role" : "Rolle konnte nicht aktualisiert werden", "Change scope level of {accountProperty}" : "Geltungsbereich von {accountProperty} ändern", "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} konnte nicht aktualisiert werden", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index d03735cc824ee..0d2755c6a3f5e 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -516,7 +516,6 @@ "No full name set" : "Kein vollständiger Name festgelegt", "Unable to update headline" : "Überschrift konnte nicht aktualisiert werden", "Unable to update organisation" : "Organisation konnte nicht aktualisiert werden", - "{displayId}" : "{displayId}", "Unable to update role" : "Rolle konnte nicht aktualisiert werden", "Change scope level of {accountProperty}" : "Geltungsbereich von {accountProperty} ändern", "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} konnte nicht aktualisiert werden", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index c42737ed787e2..e1460c55bc340 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Kein vollständiger Name festgelegt", "Unable to update headline" : "Überschrift konnte nicht aktualisiert werden", "Unable to update organisation" : "Organisation konnte nicht aktualisiert werden", - "{displayId}" : "{displayId}", "Unable to update role" : "Rolle konnte nicht aktualisiert werden", "Change scope level of {accountProperty}" : "Geltungsbereich von {accountProperty} ändern", "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} kann nicht aktualisiert werden", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 8d5642caa9dc4..6c4afe0c8d123 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -516,7 +516,6 @@ "No full name set" : "Kein vollständiger Name festgelegt", "Unable to update headline" : "Überschrift konnte nicht aktualisiert werden", "Unable to update organisation" : "Organisation konnte nicht aktualisiert werden", - "{displayId}" : "{displayId}", "Unable to update role" : "Rolle konnte nicht aktualisiert werden", "Change scope level of {accountProperty}" : "Geltungsbereich von {accountProperty} ändern", "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} kann nicht aktualisiert werden", diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index a8c1944ac90b7..5ed75a2805a6e 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -462,7 +462,6 @@ OC.L10N.register( "No full name set" : "Δεν ορίστηκε ονοματεπώνυμο", "Unable to update headline" : "Δεν είναι δυνατή η ενημέρωση του τίτλου", "Unable to update organisation" : "Δεν είναι δυνατή η ενημέρωση του οργανισμού", - "{displayId}" : "{displayId}", "Unable to update role" : "Δεν είναι δυνατή η ενημέρωση του ρόλου", "Change scope level of {accountProperty}" : "Αλλαγή επιπέδου εύρους του {accountProperty}", "Migration in progress. Please wait until the migration is finished" : "Μετάβαση σε εξέλιξη. Παρακαλούμε περιμένετε μέχρι να ολοκληρωθεί η μετάβαση", diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index b08b6052bd2e6..183b5fcd1ae3e 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -460,7 +460,6 @@ "No full name set" : "Δεν ορίστηκε ονοματεπώνυμο", "Unable to update headline" : "Δεν είναι δυνατή η ενημέρωση του τίτλου", "Unable to update organisation" : "Δεν είναι δυνατή η ενημέρωση του οργανισμού", - "{displayId}" : "{displayId}", "Unable to update role" : "Δεν είναι δυνατή η ενημέρωση του ρόλου", "Change scope level of {accountProperty}" : "Αλλαγή επιπέδου εύρους του {accountProperty}", "Migration in progress. Please wait until the migration is finished" : "Μετάβαση σε εξέλιξη. Παρακαλούμε περιμένετε μέχρι να ολοκληρωθεί η μετάβαση", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index c8527f58e2a85..f85c063fde6c1 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "No full name set", "Unable to update headline" : "Unable to update headline", "Unable to update organisation" : "Unable to update organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Unable to update role", "Change scope level of {accountProperty}" : "Change scope level of {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Unable to update federation scope of the primary {accountProperty}", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 9f6fec5b101dd..68210203a03a2 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -516,7 +516,6 @@ "No full name set" : "No full name set", "Unable to update headline" : "Unable to update headline", "Unable to update organisation" : "Unable to update organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Unable to update role", "Change scope level of {accountProperty}" : "Change scope level of {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Unable to update federation scope of the primary {accountProperty}", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 1dcc9d5518ebd..8ca1d9860028d 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "No se ha completado el nombre completo", "Unable to update headline" : "No se pudo actualizar tu titular", "Unable to update organisation" : "No se pudo actualizar tu organización", - "{displayId}" : "{displayId}", "Unable to update role" : "No se pudo actualizar el cargo", "Change scope level of {accountProperty}" : "Cambiar el nivel de privacidad de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "No se puede actualizar el perímetro de la federación del principal {accountProperty}", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index fa9b8e3cd65a8..340d09d28626b 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -516,7 +516,6 @@ "No full name set" : "No se ha completado el nombre completo", "Unable to update headline" : "No se pudo actualizar tu titular", "Unable to update organisation" : "No se pudo actualizar tu organización", - "{displayId}" : "{displayId}", "Unable to update role" : "No se pudo actualizar el cargo", "Change scope level of {accountProperty}" : "Cambiar el nivel de privacidad de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "No se puede actualizar el perímetro de la federación del principal {accountProperty}", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 171105c4a163f..8e492e9f253fc 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -513,7 +513,6 @@ OC.L10N.register( "No full name set" : "Ez da izen osoa ezarri", "Unable to update headline" : "Ezin izan da izenburua eguneratu", "Unable to update organisation" : "Ezin izan da erakundea eguneratu", - "{displayId}" : "{displayId}", "Unable to update role" : "Ezin izan da rola eguneratu", "Change scope level of {accountProperty}" : "Aldatu {accountProperty}-(r)en esparru-maila", "Unable to update federation scope of the primary {accountProperty}" : "Ezin da eguneratu lehen mailako {accountProperty}-ren federazio-esparrua", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index ce1969425fe64..d2f4ef4fe1586 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -511,7 +511,6 @@ "No full name set" : "Ez da izen osoa ezarri", "Unable to update headline" : "Ezin izan da izenburua eguneratu", "Unable to update organisation" : "Ezin izan da erakundea eguneratu", - "{displayId}" : "{displayId}", "Unable to update role" : "Ezin izan da rola eguneratu", "Change scope level of {accountProperty}" : "Aldatu {accountProperty}-(r)en esparru-maila", "Unable to update federation scope of the primary {accountProperty}" : "Ezin da eguneratu lehen mailako {accountProperty}-ren federazio-esparrua", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index ac1d73357f125..70922c924691f 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Aucun nom complet configuré", "Unable to update headline" : "Impossible de mettre à jour le titre", "Unable to update organisation" : "Impossible de mettre à jour l'organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Impossible de modifier la fonction", "Change scope level of {accountProperty}" : "Changer le niveau de confidentialité de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Impossible de mettre à jour la confidentialité de fédération du {accountProperty} primaire", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index e3228e6730f19..1660bd33d8c31 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -516,7 +516,6 @@ "No full name set" : "Aucun nom complet configuré", "Unable to update headline" : "Impossible de mettre à jour le titre", "Unable to update organisation" : "Impossible de mettre à jour l'organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Impossible de modifier la fonction", "Change scope level of {accountProperty}" : "Changer le niveau de confidentialité de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Impossible de mettre à jour la confidentialité de fédération du {accountProperty} primaire", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 73dc7c611f37e..d3ee21b54ae8d 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -515,7 +515,6 @@ OC.L10N.register( "No full name set" : "Non se definiu ningún nome completo", "Unable to update headline" : "Non se puido actualizar o titular", "Unable to update organisation" : "Non se puido actualizar a organización", - "{displayId}" : "{displayId}", "Unable to update role" : "Non se puido actualizar o cargo", "Change scope level of {accountProperty}" : "Cambiar o nivel de ámbito de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Non se puido actualizar o ámbito de federación da {accountProperty} principal", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index bc3e07c9f736c..276d452bf4d57 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -513,7 +513,6 @@ "No full name set" : "Non se definiu ningún nome completo", "Unable to update headline" : "Non se puido actualizar o titular", "Unable to update organisation" : "Non se puido actualizar a organización", - "{displayId}" : "{displayId}", "Unable to update role" : "Non se puido actualizar o cargo", "Change scope level of {accountProperty}" : "Cambiar o nivel de ámbito de {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Non se puido actualizar o ámbito de federación da {accountProperty} principal", diff --git a/apps/settings/l10n/hr.js b/apps/settings/l10n/hr.js index 7a02f7e22e99b..c838cd514d995 100644 --- a/apps/settings/l10n/hr.js +++ b/apps/settings/l10n/hr.js @@ -439,7 +439,6 @@ OC.L10N.register( "No full name set" : "Nije postavljeno ime i prezime", "Unable to update headline" : "Nije moguće ažurirati naslov", "Unable to update organisation" : "Nije moguće ažurirati organizaciju", - "{displayId}" : "{displayId}", "Unable to update role" : "Nije moguće ažurirati ulogu", "Change scope level of {accountProperty}" : "Promijeni razinu opsega za {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nije moguće ažurirati opseg udruženja primarnog {accountProperty}", diff --git a/apps/settings/l10n/hr.json b/apps/settings/l10n/hr.json index a8e67e179ce8f..15759df7c4880 100644 --- a/apps/settings/l10n/hr.json +++ b/apps/settings/l10n/hr.json @@ -437,7 +437,6 @@ "No full name set" : "Nije postavljeno ime i prezime", "Unable to update headline" : "Nije moguće ažurirati naslov", "Unable to update organisation" : "Nije moguće ažurirati organizaciju", - "{displayId}" : "{displayId}", "Unable to update role" : "Nije moguće ažurirati ulogu", "Change scope level of {accountProperty}" : "Promijeni razinu opsega za {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nije moguće ažurirati opseg udruženja primarnog {accountProperty}", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index ee84fa9a47e7b..d4068f88e0354 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Nincs teljes név megadva", "Unable to update headline" : "A címsor nem frissíthető", "Unable to update organisation" : "A szervezet nem frissíthető", - "{displayId}" : "{displayId}", "Unable to update role" : "A szerepkör nem frissíthető", "Change scope level of {accountProperty}" : "A(z) {accountProperty} hatókörszintjének módosítása", "Unable to update federation scope of the primary {accountProperty}" : "Az elsődleges {accountProperty} föderációs hatóköre nem frissíthető", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 460e59d564314..3a3874616971c 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -516,7 +516,6 @@ "No full name set" : "Nincs teljes név megadva", "Unable to update headline" : "A címsor nem frissíthető", "Unable to update organisation" : "A szervezet nem frissíthető", - "{displayId}" : "{displayId}", "Unable to update role" : "A szerepkör nem frissíthető", "Change scope level of {accountProperty}" : "A(z) {accountProperty} hatókörszintjének módosítása", "Unable to update federation scope of the primary {accountProperty}" : "Az elsődleges {accountProperty} föderációs hatóköre nem frissíthető", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 110f410f30872..60cb8eff3c6f6 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -475,7 +475,6 @@ OC.L10N.register( "No full name set" : "Nessun nome impostato", "Unable to update headline" : "Impossibile aggiornare il titolo", "Unable to update organisation" : "Impossibile aggiornare l'organizzazione", - "{displayId}" : "{displayId}", "Unable to update role" : "Impossibile aggiornare il ruolo", "Change scope level of {accountProperty}" : "Cambia livello di ambito di {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} primario", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 15274c150d9bf..542ed2fd36d73 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -473,7 +473,6 @@ "No full name set" : "Nessun nome impostato", "Unable to update headline" : "Impossibile aggiornare il titolo", "Unable to update organisation" : "Impossibile aggiornare l'organizzazione", - "{displayId}" : "{displayId}", "Unable to update role" : "Impossibile aggiornare il ruolo", "Change scope level of {accountProperty}" : "Cambia livello di ambito di {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} primario", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 07ee9ffde89ee..de57d21623acf 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -514,7 +514,6 @@ OC.L10N.register( "No full name set" : "フルネームが未設定です", "Unable to update headline" : "ヘッドラインを更新できませんでした", "Unable to update organisation" : "組織を更新できませんでした", - "{displayId}" : "{displayId}", "Unable to update role" : "役職の更新ができませんでした", "Change scope level of {accountProperty}" : "{accountProperty}のスコープレベルを変更", "Unable to update federation scope of the primary {accountProperty}" : "プライマリー{accountProperty}のフェデレーションスコープを更新できませんでした", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index a07a286f8a88f..b049076b79508 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -512,7 +512,6 @@ "No full name set" : "フルネームが未設定です", "Unable to update headline" : "ヘッドラインを更新できませんでした", "Unable to update organisation" : "組織を更新できませんでした", - "{displayId}" : "{displayId}", "Unable to update role" : "役職の更新ができませんでした", "Change scope level of {accountProperty}" : "{accountProperty}のスコープレベルを変更", "Unable to update federation scope of the primary {accountProperty}" : "プライマリー{accountProperty}のフェデレーションスコープを更新できませんでした", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index 1a34793459d04..05cdd64407128 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -458,7 +458,6 @@ OC.L10N.register( "Unable to update full name" : "Nepavyko atnaujinti viso vardo", "No full name set" : "Nenustatyta jokio viso vardo", "Unable to update headline" : "Nepavyko atnaujinti santraukos apie jus", - "{displayId}" : "{displayId}", "Migration in progress. Please wait until the migration is finished" : "Vyksta perkėlimas. Palaukite, kol perkėlimas bus užbaigtas", "Migration started …" : "Perkėlimas pradėtas …", "Address" : "Adresas", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index d5afb69b1be13..481e902417f68 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -456,7 +456,6 @@ "Unable to update full name" : "Nepavyko atnaujinti viso vardo", "No full name set" : "Nenustatyta jokio viso vardo", "Unable to update headline" : "Nepavyko atnaujinti santraukos apie jus", - "{displayId}" : "{displayId}", "Migration in progress. Please wait until the migration is finished" : "Vyksta perkėlimas. Palaukite, kol perkėlimas bus užbaigtas", "Migration started …" : "Perkėlimas pradėtas …", "Address" : "Adresas", diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 36cc9da5696bd..4011ee97dd575 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -499,7 +499,6 @@ OC.L10N.register( "No full name set" : "Нема поставено целосно име", "Unable to update headline" : "Неможе да се ажурира насловот", "Unable to update organisation" : "Не може да се ажурира организацијата", - "{displayId}" : "{displayId}", "Unable to update role" : "Неможе да се ажурира улогата", "Migration in progress. Please wait until the migration is finished" : "Миграцијата е во тек. Ве молиме почекајте додека миграцијата заврши", "Migration started …" : "Миграцијата е започнаа ...", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index b354591434aec..f4fcc62556f37 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -497,7 +497,6 @@ "No full name set" : "Нема поставено целосно име", "Unable to update headline" : "Неможе да се ажурира насловот", "Unable to update organisation" : "Не може да се ажурира организацијата", - "{displayId}" : "{displayId}", "Unable to update role" : "Неможе да се ажурира улогата", "Migration in progress. Please wait until the migration is finished" : "Миграцијата е во тек. Ве молиме почекајте додека миграцијата заврши", "Migration started …" : "Миграцијата е започнаа ...", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 26e075f30525c..950ca01eaf63f 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -458,7 +458,6 @@ OC.L10N.register( "No full name set" : "Geen volledige naam ingesteld", "Unable to update headline" : "Kan hoofdlijn niet updaten", "Unable to update organisation" : "Kan organisatie niet updaten", - "{displayId}" : "{displayId}", "Unable to update role" : "Kan rol niet updaten", "Change scope level of {accountProperty}" : "Verander het scope-niveau van {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Kan federatiescope van de primaire {accountProperty} niet updaten", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 6ffd81323c04b..feafa61f6e394 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -456,7 +456,6 @@ "No full name set" : "Geen volledige naam ingesteld", "Unable to update headline" : "Kan hoofdlijn niet updaten", "Unable to update organisation" : "Kan organisatie niet updaten", - "{displayId}" : "{displayId}", "Unable to update role" : "Kan rol niet updaten", "Change scope level of {accountProperty}" : "Verander het scope-niveau van {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Kan federatiescope van de primaire {accountProperty} niet updaten", diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index 5c7ea09c924c1..10433480e16fa 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -248,7 +248,6 @@ OC.L10N.register( "Couldn't update app." : "Mesa a jorn impossibla de l’aplicacion.", "Admin privileges" : "Privilègis admin", "Unable to update full name" : "Actualizacion impossibla del nom complet", - "{displayId}" : "{displayId}", "Migration in progress. Please wait until the migration is finished" : "Migracion en cors. Mercés d’esperar fins que la migracion aja acabat", "Migration started …" : "Migracion començada…", "Address" : "Adreça", diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 4f1100f3f7823..0fcee1b708cc4 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -246,7 +246,6 @@ "Couldn't update app." : "Mesa a jorn impossibla de l’aplicacion.", "Admin privileges" : "Privilègis admin", "Unable to update full name" : "Actualizacion impossibla del nom complet", - "{displayId}" : "{displayId}", "Migration in progress. Please wait until the migration is finished" : "Migracion en cors. Mercés d’esperar fins que la migracion aja acabat", "Migration started …" : "Migracion començada…", "Address" : "Adreça", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 308b423f11707..bf6e589e47acb 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Nie ustawiono pełnej nazwy", "Unable to update headline" : "Nie można zaktualizować nagłówka", "Unable to update organisation" : "Nie udało się zaktualizować organizacji", - "{displayId}" : "{displayId}", "Unable to update role" : "Nie można zaktualizować roli społecznej", "Change scope level of {accountProperty}" : "Zmień poziom zakresu {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nie można zaktualizować zakresu federacji podstawowego {accountProperty}", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index efba355dd89d7..9ff6579d64da9 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -516,7 +516,6 @@ "No full name set" : "Nie ustawiono pełnej nazwy", "Unable to update headline" : "Nie można zaktualizować nagłówka", "Unable to update organisation" : "Nie udało się zaktualizować organizacji", - "{displayId}" : "{displayId}", "Unable to update role" : "Nie można zaktualizować roli społecznej", "Change scope level of {accountProperty}" : "Zmień poziom zakresu {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nie można zaktualizować zakresu federacji podstawowego {accountProperty}", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 54bda7020a9e7..21a7b7c2dbea3 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Nenhum nome completo definido ", "Unable to update headline" : "Incapaz de atualizar o título ", "Unable to update organisation" : "Incapaz de atualizar a organização", - "{displayId}" : "{displayId}", "Unable to update role" : "Incapaz de atualizar a função ", "Change scope level of {accountProperty}" : "Alterar o nível de escopo de {accountProperty} ", "Unable to update federation scope of the primary {accountProperty}" : "Não é possível atualizar o escopo da federação do {accountProperty} principal ", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index b97e5e57d08ac..6a5bd06b8dc90 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -516,7 +516,6 @@ "No full name set" : "Nenhum nome completo definido ", "Unable to update headline" : "Incapaz de atualizar o título ", "Unable to update organisation" : "Incapaz de atualizar a organização", - "{displayId}" : "{displayId}", "Unable to update role" : "Incapaz de atualizar a função ", "Change scope level of {accountProperty}" : "Alterar o nível de escopo de {accountProperty} ", "Unable to update federation scope of the primary {accountProperty}" : "Não é possível atualizar o escopo da federação do {accountProperty} principal ", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index f02d31d022d28..74adba63afb85 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -509,7 +509,6 @@ OC.L10N.register( "No full name set" : "Полное имя не указано", "Unable to update headline" : "Не удалось изменить заголовок", "Unable to update organisation" : "Не удалось изменить организацию", - "{displayId}" : "{displayId}", "Unable to update role" : "Не удалось изменить роль", "Change scope level of {accountProperty}" : "Изменить уровень области видимости {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Невозможно обновить область федерации основного {accountProperty}", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 498be45a69d67..8b3cc5a77a48b 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -507,7 +507,6 @@ "No full name set" : "Полное имя не указано", "Unable to update headline" : "Не удалось изменить заголовок", "Unable to update organisation" : "Не удалось изменить организацию", - "{displayId}" : "{displayId}", "Unable to update role" : "Не удалось изменить роль", "Change scope level of {accountProperty}" : "Изменить уровень области видимости {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Невозможно обновить область федерации основного {accountProperty}", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 2944453b2d960..f23ef62213ec7 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -514,7 +514,6 @@ OC.L10N.register( "No full name set" : "Nie je nastavené celé meno", "Unable to update headline" : "Nie je možné aktualizovať titulok", "Unable to update organisation" : "Nie je možné aktualizovať vašu organizáciu", - "{displayId}" : "{displayId}", "Unable to update role" : "Nie je možné aktualizovať rolu", "Change scope level of {accountProperty}" : "Zmeniť úroveň rozsahu pre {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nie je možné aktualizovať rozsah federácie primárneho {accountProperty}", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index c434d0f65b175..306b80dc80e3a 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -512,7 +512,6 @@ "No full name set" : "Nie je nastavené celé meno", "Unable to update headline" : "Nie je možné aktualizovať titulok", "Unable to update organisation" : "Nie je možné aktualizovať vašu organizáciu", - "{displayId}" : "{displayId}", "Unable to update role" : "Nie je možné aktualizovať rolu", "Change scope level of {accountProperty}" : "Zmeniť úroveň rozsahu pre {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Nie je možné aktualizovať rozsah federácie primárneho {accountProperty}", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index ddfa8e20d9e67..049e524d3a6cc 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -473,7 +473,6 @@ OC.L10N.register( "No full name set" : "Ni nastavljenega polnega imena", "Unable to update headline" : "Ni mogoče posodobiti naslova", "Unable to update organisation" : "Ni mogoče posodobiti imena ustanove", - "{displayId}" : "{displayId}", "Unable to update role" : "Ni mogoče posodobiti vloge", "Migration in progress. Please wait until the migration is finished" : "V teku je preselitev. Počakajte, da se zaključi.", "Migration started …" : "Preselitev je začeta ...", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 589f279baeb30..3b8b1c8d67dcf 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -471,7 +471,6 @@ "No full name set" : "Ni nastavljenega polnega imena", "Unable to update headline" : "Ni mogoče posodobiti naslova", "Unable to update organisation" : "Ni mogoče posodobiti imena ustanove", - "{displayId}" : "{displayId}", "Unable to update role" : "Ni mogoče posodobiti vloge", "Migration in progress. Please wait until the migration is finished" : "V teku je preselitev. Počakajte, da se zaključi.", "Migration started …" : "Preselitev je začeta ...", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 6212999845d60..ea2ed7a40c901 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -517,7 +517,6 @@ OC.L10N.register( "No full name set" : "Inget fullständigt namn angivet", "Unable to update headline" : "Kunde inte uppdatera rubrik", "Unable to update organisation" : "Kunde inte uppdatera organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Kunde inte uppdatera roll", "Change scope level of {accountProperty}" : "Ändra omfattningsnivå för {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Det gick inte att uppdatera federationsomfånget för primära {accountProperty}", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 589bc89bc2f9f..2175e102373c6 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -515,7 +515,6 @@ "No full name set" : "Inget fullständigt namn angivet", "Unable to update headline" : "Kunde inte uppdatera rubrik", "Unable to update organisation" : "Kunde inte uppdatera organisation", - "{displayId}" : "{displayId}", "Unable to update role" : "Kunde inte uppdatera roll", "Change scope level of {accountProperty}" : "Ändra omfattningsnivå för {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Det gick inte att uppdatera federationsomfånget för primära {accountProperty}", diff --git a/apps/settings/l10n/th.js b/apps/settings/l10n/th.js index 2a824724b547b..32cb0a36a708e 100644 --- a/apps/settings/l10n/th.js +++ b/apps/settings/l10n/th.js @@ -5,7 +5,7 @@ OC.L10N.register( "Only visible to people matched via phone number integration through Talk on mobile" : "เห็นได้เฉพาะคนที่จับคู่ผ่านหมายเลขโทรศัพท์มือถือผ่าน Talk บนมือถือ", "Local" : "ต้นทาง", "Only visible to people on this instance and guests" : "เห็นได้เฉพาะคนบนเซิร์ฟเวอร์นี้และผู้เยี่ยมชม", - "Federated" : "Federated", + "Federated" : "ที่ติดต่อกับภายนอก", "Only synchronize to trusted servers" : "ซิงโครไนซ์ไปยังเซิร์ฟเวอร์ที่เชื่อถือเท่านั้น", "Published" : "เผยแพร่แล้ว", "Verify" : "ยืนยัน", @@ -85,6 +85,8 @@ OC.L10N.register( "Update to {version}" : "อัปเดตเป็น {version}", "Remove" : "ลบออก", "Disable" : "ปิดใช้งาน", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "แอปนี้ไม่ได้ระบุรุ่นขั้นต่ำของ Nextcloud ซึ่งอาจเป็นปัญหาในอนาคตได้", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "แอปนี้ไม่ได้ระบุรุ่นสูงสุดของ Nextcloud ซึ่งอาจเป็นปัญหาในอนาคตได้", "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอปนี้ เนื่องจากสิ่งที่พึ่งพาต่อไปนี้ยังไม่ครบ:", "View in store" : "ดูในร้านค้า", "Visit website" : "เข้าสู่เว็บไซต์", @@ -242,7 +244,7 @@ OC.L10N.register( "Not saved" : "ไม่ได้บันทึก", "Sending…" : "กำลังส่ง....", "Email sent" : "ส่งอีเมลแล้ว", - "Location" : "ตำแหน่งที่อยู่", + "Location" : "ตำแหน่ง", "Profile picture" : "รูปภาพโปรไฟล์", "About" : "เกี่ยวกับ", "Full name" : "ชื่อเต็ม", diff --git a/apps/settings/l10n/th.json b/apps/settings/l10n/th.json index 64e3c2043e027..cea752a749c31 100644 --- a/apps/settings/l10n/th.json +++ b/apps/settings/l10n/th.json @@ -3,7 +3,7 @@ "Only visible to people matched via phone number integration through Talk on mobile" : "เห็นได้เฉพาะคนที่จับคู่ผ่านหมายเลขโทรศัพท์มือถือผ่าน Talk บนมือถือ", "Local" : "ต้นทาง", "Only visible to people on this instance and guests" : "เห็นได้เฉพาะคนบนเซิร์ฟเวอร์นี้และผู้เยี่ยมชม", - "Federated" : "Federated", + "Federated" : "ที่ติดต่อกับภายนอก", "Only synchronize to trusted servers" : "ซิงโครไนซ์ไปยังเซิร์ฟเวอร์ที่เชื่อถือเท่านั้น", "Published" : "เผยแพร่แล้ว", "Verify" : "ยืนยัน", @@ -83,6 +83,8 @@ "Update to {version}" : "อัปเดตเป็น {version}", "Remove" : "ลบออก", "Disable" : "ปิดใช้งาน", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "แอปนี้ไม่ได้ระบุรุ่นขั้นต่ำของ Nextcloud ซึ่งอาจเป็นปัญหาในอนาคตได้", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "แอปนี้ไม่ได้ระบุรุ่นสูงสุดของ Nextcloud ซึ่งอาจเป็นปัญหาในอนาคตได้", "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอปนี้ เนื่องจากสิ่งที่พึ่งพาต่อไปนี้ยังไม่ครบ:", "View in store" : "ดูในร้านค้า", "Visit website" : "เข้าสู่เว็บไซต์", @@ -240,7 +242,7 @@ "Not saved" : "ไม่ได้บันทึก", "Sending…" : "กำลังส่ง....", "Email sent" : "ส่งอีเมลแล้ว", - "Location" : "ตำแหน่งที่อยู่", + "Location" : "ตำแหน่ง", "Profile picture" : "รูปภาพโปรไฟล์", "About" : "เกี่ยวกับ", "Full name" : "ชื่อเต็ม", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index ca36db51b5b24..937f636b053d4 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "Tam ad belirtilmemiş", "Unable to update headline" : "Başlık güncellenemedi", "Unable to update organisation" : "Kuruluş güncellenemedi", - "{displayId}" : "{displayId}", "Unable to update role" : "Pozisyon güncellenemedi", "Change scope level of {accountProperty}" : "{accountProperty} kapsam düzeyini değiştir", "Unable to update federation scope of the primary {accountProperty}" : "Birincil {accountProperty} birleşik kapsamı güncellenemedi", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 1e6e1060f9029..f02b482926679 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -516,7 +516,6 @@ "No full name set" : "Tam ad belirtilmemiş", "Unable to update headline" : "Başlık güncellenemedi", "Unable to update organisation" : "Kuruluş güncellenemedi", - "{displayId}" : "{displayId}", "Unable to update role" : "Pozisyon güncellenemedi", "Change scope level of {accountProperty}" : "{accountProperty} kapsam düzeyini değiştir", "Unable to update federation scope of the primary {accountProperty}" : "Birincil {accountProperty} birleşik kapsamı güncellenemedi", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 6593081442e4f..60b9c4309a17f 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -513,7 +513,6 @@ OC.L10N.register( "No full name set" : "Немає повного імені", "Unable to update headline" : "Не вдалося оновити заголовок", "Unable to update organisation" : "Не вдалося оновити організацію", - "{displayId}" : "{displayId}", "Unable to update role" : "Не вдалося оновити роль", "Change scope level of {accountProperty}" : "Змінити рівень дії {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Не вдалося оновити область об'єднаної хмари основного {accountProperty}", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 1b07ebb74bb7f..5c3b997917c3b 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -511,7 +511,6 @@ "No full name set" : "Немає повного імені", "Unable to update headline" : "Не вдалося оновити заголовок", "Unable to update organisation" : "Не вдалося оновити організацію", - "{displayId}" : "{displayId}", "Unable to update role" : "Не вдалося оновити роль", "Change scope level of {accountProperty}" : "Змінити рівень дії {accountProperty}", "Unable to update federation scope of the primary {accountProperty}" : "Не вдалося оновити область об'єднаної хмари основного {accountProperty}", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 4c90cffa187df..b77cef59e4515 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -514,7 +514,6 @@ OC.L10N.register( "No full name set" : "未设置全名", "Unable to update headline" : "无法更新标题", "Unable to update organisation" : "无法更新组织", - "{displayId}" : "{displayId}", "Unable to update role" : "无法更新角色", "Change scope level of {accountProperty}" : "更改 {accountProperty} 的范围", "Unable to update federation scope of the primary {accountProperty}" : "无法更新主 {accountProperty} 的联盟范围", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index f6d520d3d04d1..aed36489f4cdf 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -512,7 +512,6 @@ "No full name set" : "未设置全名", "Unable to update headline" : "无法更新标题", "Unable to update organisation" : "无法更新组织", - "{displayId}" : "{displayId}", "Unable to update role" : "无法更新角色", "Change scope level of {accountProperty}" : "更改 {accountProperty} 的范围", "Unable to update federation scope of the primary {accountProperty}" : "无法更新主 {accountProperty} 的联盟范围", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 9715bbd9a8226..0ed69c9c4425d 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -518,7 +518,6 @@ OC.L10N.register( "No full name set" : "未設定全名", "Unable to update headline" : "無法更新標題", "Unable to update organisation" : "無法更新機構", - "{displayId}" : "{displayId}", "Unable to update role" : "無法更新角色", "Change scope level of {accountProperty}" : "更改 {accountProperty} 的範圍", "Unable to update federation scope of the primary {accountProperty}" : "無法更新主要 {accountProperty} 的聯盟範圍", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index b1551d0ee7c73..3ef10a805b57d 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -516,7 +516,6 @@ "No full name set" : "未設定全名", "Unable to update headline" : "無法更新標題", "Unable to update organisation" : "無法更新機構", - "{displayId}" : "{displayId}", "Unable to update role" : "無法更新角色", "Change scope level of {accountProperty}" : "更改 {accountProperty} 的範圍", "Unable to update federation scope of the primary {accountProperty}" : "無法更新主要 {accountProperty} 的聯盟範圍", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index f23c9f3b9445f..0e40049e2bd4b 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -516,7 +516,6 @@ OC.L10N.register( "No full name set" : "未設定全名", "Unable to update headline" : "無法更新標題", "Unable to update organisation" : "無法更新組織", - "{displayId}" : "{displayId}", "Unable to update role" : "無法更新角色", "Change scope level of {accountProperty}" : "變更 {accountProperty} 的範圍層級", "Unable to update federation scope of the primary {accountProperty}" : "無法更新主要 {accountProperty} 的聯盟範圍", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 1e6f470143584..085edaf162446 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -514,7 +514,6 @@ "No full name set" : "未設定全名", "Unable to update headline" : "無法更新標題", "Unable to update organisation" : "無法更新組織", - "{displayId}" : "{displayId}", "Unable to update role" : "無法更新角色", "Change scope level of {accountProperty}" : "變更 {accountProperty} 的範圍層級", "Unable to update federation scope of the primary {accountProperty}" : "無法更新主要 {accountProperty} 的聯盟範圍", diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index 65abc3609c845..9a021223fb02e 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -21,6 +21,8 @@ OC.L10N.register( "Could not write file to disk" : "No se puede escribir el archivo en el disco", "A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos", "No file uploaded" : "No se ha subido archivo", + "Failed to clean up the old admin theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas", + "Failed to cleanup the old admin image folder" : "Fallo al limpiar la carpeta antigua de imágenes del administrador", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.", "Theming" : "Tema", "Appearance and accessibility" : "Apariencia y accesibilidad", @@ -93,6 +95,7 @@ OC.L10N.register( "Login image" : "Imagen de fondo para el inicio de sesión", "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.", + "Migrate and cleanup admin theming images" : "Migrar y limpiar las imágenes de temas antiguos del administrador", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente tú herramienta, puedes deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Pick from Files" : "Elegir de Archivos", "Default image" : "Imagen predeterminada", diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index 3b29718ff53d6..73e54326796f7 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -19,6 +19,8 @@ "Could not write file to disk" : "No se puede escribir el archivo en el disco", "A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos", "No file uploaded" : "No se ha subido archivo", + "Failed to clean up the old admin theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas", + "Failed to cleanup the old admin image folder" : "Fallo al limpiar la carpeta antigua de imágenes del administrador", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.", "Theming" : "Tema", "Appearance and accessibility" : "Apariencia y accesibilidad", @@ -91,6 +93,7 @@ "Login image" : "Imagen de fondo para el inicio de sesión", "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.", + "Migrate and cleanup admin theming images" : "Migrar y limpiar las imágenes de temas antiguos del administrador", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente tú herramienta, puedes deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.", "Pick from Files" : "Elegir de Archivos", "Default image" : "Imagen predeterminada", diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index 172869a035011..78f9fecd9ce68 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -22,7 +22,7 @@ OC.L10N.register( "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier", "No file uploaded" : "Aucun fichier téléversé", "Failed to clean up the old admin theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", - "Failed to cleanup the old admin image folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", + "Failed to cleanup the old admin image folder" : "Échec du nettoyage de l'ancien dossier d'images d'admin", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.", "Theming" : "Personnaliser l'apparence", "Appearance and accessibility" : "Apparence et accessibilité", diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index 82198f6ab2144..4e413d37091f9 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -20,7 +20,7 @@ "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier", "No file uploaded" : "Aucun fichier téléversé", "Failed to clean up the old admin theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", - "Failed to cleanup the old admin image folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", + "Failed to cleanup the old admin image folder" : "Échec du nettoyage de l'ancien dossier d'images d'admin", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.", "Theming" : "Personnaliser l'apparence", "Appearance and accessibility" : "Apparence et accessibilité", diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index 5e186a1f46273..e5c75984f76a3 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -25,7 +25,7 @@ OC.L10N.register( "Failed to cleanup the old admin image folder" : "無法清理舊的管理圖像資料夾", "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", - "Appearance and accessibility" : "外觀和可訪問性", + "Appearance and accessibility" : "外觀和可及性", "Dark theme with high contrast mode" : "具有高對比度模式的深色主題", "Enable dark high contrast mode" : "啟用深色高對比度模式", "Similar to the high contrast mode, but with dark colours." : "類似於高對比度模式,但顏色較深。", diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json index 24e65a96b1687..b123e1a5e805f 100644 --- a/apps/theming/l10n/zh_HK.json +++ b/apps/theming/l10n/zh_HK.json @@ -23,7 +23,7 @@ "Failed to cleanup the old admin image folder" : "無法清理舊的管理圖像資料夾", "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", - "Appearance and accessibility" : "外觀和可訪問性", + "Appearance and accessibility" : "外觀和可及性", "Dark theme with high contrast mode" : "具有高對比度模式的深色主題", "Enable dark high contrast mode" : "啟用深色高對比度模式", "Similar to the high contrast mode, but with dark colours." : "類似於高對比度模式,但顏色較深。", diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 75ee83efc2ee9..06e1974827aa9 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -76,7 +76,7 @@ OC.L10N.register( "Only these object classes:" : "Bakarrik objektu klase hauetakoak:", "Only from these groups:" : "Bakarrik talde hauetakoak:", "Search groups" : "Bilatu taldeak", - "Available groups" : "Eskuragarri dauden taldeak", + "Available groups" : "Talde erabilgarriak", "Selected groups" : "Hautatuko taldeak", "Edit LDAP Query" : "Editatu LDAP kontsulta", "LDAP Filter:" : "LDAP Iragazkia:", diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index 0744358c6a9dd..46642ccefae56 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -74,7 +74,7 @@ "Only these object classes:" : "Bakarrik objektu klase hauetakoak:", "Only from these groups:" : "Bakarrik talde hauetakoak:", "Search groups" : "Bilatu taldeak", - "Available groups" : "Eskuragarri dauden taldeak", + "Available groups" : "Talde erabilgarriak", "Selected groups" : "Hautatuko taldeak", "Edit LDAP Query" : "Editatu LDAP kontsulta", "LDAP Filter:" : "LDAP Iragazkia:", diff --git a/core/l10n/th.js b/core/l10n/th.js index 2005a8fbf3901..00ea41d2bd4fa 100644 --- a/core/l10n/th.js +++ b/core/l10n/th.js @@ -26,7 +26,7 @@ OC.L10N.register( "Invalid app password" : "รหัสผ่านแอปไม่ถูกต้อง", "Could not complete login" : "ไม่สามารถดำเนินการเข้าสู่ระบบ", "Your login token is invalid or has expired" : "โทเค็นเข้าสู่ระบบของคุณไม่ถูกต้องหรือหมดอายุแล้ว", - "Login" : "Login", + "Login" : "เข้าสู่ระบบ", "Password reset is disabled" : "การตั้งรหัสผ่านใหม่ถูกปิดใช้งาน", "%s password reset" : "ตั้งรหัสผ่าน %s ใหม่", "Password reset" : "ตั้งรหัสผ่านใหม่", diff --git a/core/l10n/th.json b/core/l10n/th.json index bbc0587a4643a..0f586f62edb80 100644 --- a/core/l10n/th.json +++ b/core/l10n/th.json @@ -24,7 +24,7 @@ "Invalid app password" : "รหัสผ่านแอปไม่ถูกต้อง", "Could not complete login" : "ไม่สามารถดำเนินการเข้าสู่ระบบ", "Your login token is invalid or has expired" : "โทเค็นเข้าสู่ระบบของคุณไม่ถูกต้องหรือหมดอายุแล้ว", - "Login" : "Login", + "Login" : "เข้าสู่ระบบ", "Password reset is disabled" : "การตั้งรหัสผ่านใหม่ถูกปิดใช้งาน", "%s password reset" : "ตั้งรหัสผ่าน %s ใหม่", "Password reset" : "ตั้งรหัสผ่านใหม่", diff --git a/lib/l10n/th.js b/lib/l10n/th.js index cd1292293a62e..9269824891ca8 100644 --- a/lib/l10n/th.js +++ b/lib/l10n/th.js @@ -67,7 +67,7 @@ OC.L10N.register( "You are not allowed to share %s" : "คุณไม่ได้รับอนุญาตให้แชร์ %s", "Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s", "Expiration date is in the past" : "วันหมดอายุอยู่ในอดีต", - "Sharing %s failed, because this item is already shared with user %s" : "%s ที่กำลังแชร์ล้มเหลว เพราะรายการนี้ได้ถูกแชร์กับผู้ใช้ %s", + "Sharing %s failed, because this item is already shared with user %s" : "การแชร์ %s ล้มเหลว เพราะรายการนี้ได้แชร์กับผู้ใช้ %s ไปแล้ว", "Could not find category \"%s\"" : "ไม่สามารถหาหมวดหมู่ \"%s\"", "Sunday" : "วันอาทิตย์", "Monday" : "วันจันทร์", diff --git a/lib/l10n/th.json b/lib/l10n/th.json index 1dcd16b4f5f96..91ad89fae4178 100644 --- a/lib/l10n/th.json +++ b/lib/l10n/th.json @@ -65,7 +65,7 @@ "You are not allowed to share %s" : "คุณไม่ได้รับอนุญาตให้แชร์ %s", "Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s", "Expiration date is in the past" : "วันหมดอายุอยู่ในอดีต", - "Sharing %s failed, because this item is already shared with user %s" : "%s ที่กำลังแชร์ล้มเหลว เพราะรายการนี้ได้ถูกแชร์กับผู้ใช้ %s", + "Sharing %s failed, because this item is already shared with user %s" : "การแชร์ %s ล้มเหลว เพราะรายการนี้ได้แชร์กับผู้ใช้ %s ไปแล้ว", "Could not find category \"%s\"" : "ไม่สามารถหาหมวดหมู่ \"%s\"", "Sunday" : "วันอาทิตย์", "Monday" : "วันจันทร์", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 1c23c817e5a67..bb56ed6145735 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -93,7 +93,7 @@ OC.L10N.register( "__language_name__" : "正體中文(香港)", "This is an automatically sent email, please do not reply." : "此為自動寄送的電子郵件,請勿回覆。", "Help" : "說明", - "Appearance and accessibility" : "外觀和可訪問性", + "Appearance and accessibility" : "外觀和可及性", "Apps" : "應用程式", "Personal settings" : "個人設定", "Administration settings" : "管理設定", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 09b83be5966d5..8d3242cb59ca2 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -91,7 +91,7 @@ "__language_name__" : "正體中文(香港)", "This is an automatically sent email, please do not reply." : "此為自動寄送的電子郵件,請勿回覆。", "Help" : "說明", - "Appearance and accessibility" : "外觀和可訪問性", + "Appearance and accessibility" : "外觀和可及性", "Apps" : "應用程式", "Personal settings" : "個人設定", "Administration settings" : "管理設定",