Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 2, 2024
1 parent 5593b47 commit 8f07a46
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion l10n/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ OC.L10N.register(
"Gender" : "Geslag",
"Female" : "Vroulik",
"Male" : "Manlik",
"Unknown" : "Onbekend"
"Unknown" : "Onbekend",
"Manager" : "Bestuurder"
},
"nplurals=2; plural=(n != 1);");
3 changes: 2 additions & 1 deletion l10n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"Gender" : "Geslag",
"Female" : "Vroulik",
"Male" : "Manlik",
"Unknown" : "Onbekend"
"Unknown" : "Onbekend",
"Manager" : "Bestuurder"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
5 changes: 4 additions & 1 deletion l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "عرض كل الفرق",
"Collapse teams" : "طي الفرق",
"This group already exists" : "المجموعة موجودة مسبقاً",
"An error occurred while creating the group" : "حدث خطأ أثناء إنشاء المجموعة",
"This team already exists" : "هذا الفريق موجود سلفاً",
"An error happened during the creation of the team" : "حدث خطأ أثناء إنشاء الفريق",
"{addressbookname} (Disabled)" : "{addressbookname} (معطل)",
Expand Down Expand Up @@ -311,6 +312,8 @@ OC.L10N.register(
"An error has occurred in team(s). Check the console for more details." : "حدث خطأ في الفريق أو الفرق. إفحص شاشة التحكم (console) لمزيد من التفاصيل.",
"Unable to create team {circleName}" : "تعذّر إنشاء الفريق {circleName}",
"Unable to delete team {circleId}" : "تعذّر حذف الفريق {circleId}",
"Unable to delete contact" : "تعذّر حذف جهة الاتصال"
"Unable to delete contact" : "تعذّر حذف جهة الاتصال",
"Memberships must be confirmed/accepted by a Moderator (requires Open)" : "يلزم تأكيد/قبول العضويات من قِبَل المنسق (تستلزم الفتح)",
"Manager" : "مدير"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
5 changes: 4 additions & 1 deletion l10n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "عرض كل الفرق",
"Collapse teams" : "طي الفرق",
"This group already exists" : "المجموعة موجودة مسبقاً",
"An error occurred while creating the group" : "حدث خطأ أثناء إنشاء المجموعة",
"This team already exists" : "هذا الفريق موجود سلفاً",
"An error happened during the creation of the team" : "حدث خطأ أثناء إنشاء الفريق",
"{addressbookname} (Disabled)" : "{addressbookname} (معطل)",
Expand Down Expand Up @@ -309,6 +310,8 @@
"An error has occurred in team(s). Check the console for more details." : "حدث خطأ في الفريق أو الفرق. إفحص شاشة التحكم (console) لمزيد من التفاصيل.",
"Unable to create team {circleName}" : "تعذّر إنشاء الفريق {circleName}",
"Unable to delete team {circleId}" : "تعذّر حذف الفريق {circleId}",
"Unable to delete contact" : "تعذّر حذف جهة الاتصال"
"Unable to delete contact" : "تعذّر حذف جهة الاتصال",
"Memberships must be confirmed/accepted by a Moderator (requires Open)" : "يلزم تأكيد/قبول العضويات من قِبَل المنسق (تستلزم الفتح)",
"Manager" : "مدير"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}
1 change: 1 addition & 0 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "Alle Teams anzeigen",
"Collapse teams" : "Teams einklappen",
"This group already exists" : "Diese Gruppe existiert bereits",
"An error occurred while creating the group" : "Es ist ein Fehler beim Erstellen der Gruppe aufgetreten",
"This team already exists" : "Dieses Team existiert bereits",
"An error happened during the creation of the team" : "Es ist ein Fehler beim Erstellen des Teams aufgetreten.",
"{addressbookname} (Disabled)" : "{addressbookname} (deaktiviert)",
Expand Down
1 change: 1 addition & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "Alle Teams anzeigen",
"Collapse teams" : "Teams einklappen",
"This group already exists" : "Diese Gruppe existiert bereits",
"An error occurred while creating the group" : "Es ist ein Fehler beim Erstellen der Gruppe aufgetreten",
"This team already exists" : "Dieses Team existiert bereits",
"An error happened during the creation of the team" : "Es ist ein Fehler beim Erstellen des Teams aufgetreten.",
"{addressbookname} (Disabled)" : "{addressbookname} (deaktiviert)",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "Afficher toutes les équipes",
"Collapse teams" : "Replier les équipes ",
"This group already exists" : "Ce groupe existe déjà",
"An error occurred while creating the group" : "Une erreur s'est produite lors de la création du groupe",
"This team already exists" : "Cette équipe existe déjà",
"An error happened during the creation of the team" : "Une erreur est survenue lors de la création de l'équipe",
"{addressbookname} (Disabled)" : "{addressbookname} (Disabled)",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "Afficher toutes les équipes",
"Collapse teams" : "Replier les équipes ",
"This group already exists" : "Ce groupe existe déjà",
"An error occurred while creating the group" : "Une erreur s'est produite lors de la création du groupe",
"This team already exists" : "Cette équipe existe déjà",
"An error happened during the creation of the team" : "Une erreur est survenue lors de la création de l'équipe",
"{addressbookname} (Disabled)" : "{addressbookname} (Disabled)",
Expand Down
3 changes: 2 additions & 1 deletion l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "Amosar todos os equipos",
"Collapse teams" : "Contraer os equipos",
"This group already exists" : "Xa existe este grupo",
"An error occurred while creating the group" : "Produciuse un erro ao crear o grupo",
"This team already exists" : "Xa existe este equipo",
"An error happened during the creation of the team" : "Produciuse un erro durante a creación do equipo",
"{addressbookname} (Disabled)" : "{addressbookname} (Desactivdo)",
Expand Down Expand Up @@ -140,7 +141,7 @@ OC.L10N.register(
"Edit" : "Editar",
"Clone contact" : "Clonar o contacto",
"Generate QR Code" : "Xerar un código QR",
"Contact vCard as QR code" : "Contacto con vCard como código QR",
"Contact vCard as QR code" : "vCard de contacto como código QR",
"Pick an address book" : "Escolla un caderno de enderezos",
"Select address book" : "Seleccionar caderno de enderezos",
"Media shares with you" : "Medios compartidos con Vde.",
Expand Down
3 changes: 2 additions & 1 deletion l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "Amosar todos os equipos",
"Collapse teams" : "Contraer os equipos",
"This group already exists" : "Xa existe este grupo",
"An error occurred while creating the group" : "Produciuse un erro ao crear o grupo",
"This team already exists" : "Xa existe este equipo",
"An error happened during the creation of the team" : "Produciuse un erro durante a creación do equipo",
"{addressbookname} (Disabled)" : "{addressbookname} (Desactivdo)",
Expand Down Expand Up @@ -138,7 +139,7 @@
"Edit" : "Editar",
"Clone contact" : "Clonar o contacto",
"Generate QR Code" : "Xerar un código QR",
"Contact vCard as QR code" : "Contacto con vCard como código QR",
"Contact vCard as QR code" : "vCard de contacto como código QR",
"Pick an address book" : "Escolla un caderno de enderezos",
"Select address book" : "Seleccionar caderno de enderezos",
"Media shares with you" : "Medios compartidos con Vde.",
Expand Down
1 change: 1 addition & 0 deletions l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "Mostra tutti i team",
"Collapse teams" : "Appiattisci team",
"This group already exists" : "Questo gruppo esiste già",
"An error occurred while creating the group" : "Si è verificato un errore durante la creazione del gruppo",
"This team already exists" : "Questo team esiste già",
"An error happened during the creation of the team" : "Si è verificato un errore durante la creazione del team",
"{addressbookname} (Disabled)" : "{addressbookname} (Disattivato)",
Expand Down
1 change: 1 addition & 0 deletions l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "Mostra tutti i team",
"Collapse teams" : "Appiattisci team",
"This group already exists" : "Questo gruppo esiste già",
"An error occurred while creating the group" : "Si è verificato un errore durante la creazione del gruppo",
"This team already exists" : "Questo team esiste già",
"An error happened during the creation of the team" : "Si è verificato un errore durante la creazione del team",
"{addressbookname} (Disabled)" : "{addressbookname} (Disattivato)",
Expand Down
1 change: 1 addition & 0 deletions l10n/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "Visa alla team",
"Collapse teams" : "Dölj team",
"This group already exists" : "Denna grupp existerar redan",
"An error occurred while creating the group" : "Ett fel uppstod när gruppen skulle skapas",
"This team already exists" : "Detta team finns redan",
"An error happened during the creation of the team" : "Ett fel inträffade när team skulle skapades",
"{addressbookname} (Disabled)" : "{addressbookname} (Inaktiverad)",
Expand Down
1 change: 1 addition & 0 deletions l10n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "Visa alla team",
"Collapse teams" : "Dölj team",
"This group already exists" : "Denna grupp existerar redan",
"An error occurred while creating the group" : "Ett fel uppstod när gruppen skulle skapas",
"This team already exists" : "Detta team finns redan",
"An error happened during the creation of the team" : "Ett fel inträffade när team skulle skapades",
"{addressbookname} (Disabled)" : "{addressbookname} (Inaktiverad)",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Show all teams" : "顯示所有團隊",
"Collapse teams" : "折疊團隊",
"This group already exists" : "該群組已存在",
"An error occurred while creating the group" : "建立群組時發生錯誤",
"This team already exists" : "此團隊已存在",
"An error happened during the creation of the team" : "建立團隊時發生錯誤",
"{addressbookname} (Disabled)" : "{addressbookname}(已停用)",
Expand Down
1 change: 1 addition & 0 deletions l10n/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Show all teams" : "顯示所有團隊",
"Collapse teams" : "折疊團隊",
"This group already exists" : "該群組已存在",
"An error occurred while creating the group" : "建立群組時發生錯誤",
"This team already exists" : "此團隊已存在",
"An error happened during the creation of the team" : "建立團隊時發生錯誤",
"{addressbookname} (Disabled)" : "{addressbookname}(已停用)",
Expand Down

0 comments on commit 8f07a46

Please sign in to comment.