Skip to content

Commit 4dfaee8

Browse files
feat(l10n): backfill translations for all languages (#561)
Bring all 69 language catalogs in l10n/ to full coverage of the app's source strings, including the new empty-state strings added in this release ("No note selected", "Create a note using the + button in the sidebar.") which were previously untranslated everywhere. Each language's .js and .json pair is kept in sync; existing translations are preserved and per-language pluralForm/nplurals are respected. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f35ce56 commit 4dfaee8

138 files changed

Lines changed: 694 additions & 226 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

l10n/af_ZA.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ OC.L10N.register(
55
"Note is currently saving. Leaving the page will delete all changes!" : "Nota word tans bewaar. Deur die blad te verlaat word alle veranderinge ontdaan!",
66
"_%n word_::_%n words_" : ["%n woord","%n woorde"],
77
"Delete note" : "Skrap nota",
8-
"Favorite" : "Gunsteling"
8+
"Favorite" : "Gunsteling",
9+
"Notes" : "Notas",
10+
"No note selected" : "Geen nota gekies nie",
11+
"Create a note using the + button in the sidebar." : "Skep 'n nota met die +-knoppie in die kantbalk."
912
},
1013
"nplurals=2; plural=(n != 1);");

l10n/af_ZA.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"Note is currently saving. Leaving the page will delete all changes!" : "Nota word tans bewaar. Deur die blad te verlaat word alle veranderinge ontdaan!",
44
"_%n word_::_%n words_" : ["%n woord","%n woorde"],
55
"Delete note" : "Skrap nota",
6-
"Favorite" : "Gunsteling"
6+
"Favorite" : "Gunsteling",
7+
"Notes" : "Notas",
8+
"No note selected" : "Geen nota gekies nie",
9+
"Create a note using the + button in the sidebar." : "Skep 'n nota met die +-knoppie in die kantbalk."
710
},"pluralForm" :"nplurals=2; plural=(n != 1);"
811
}

l10n/ar.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ OC.L10N.register(
44
"New note" : "ملاحظة جديدة ",
55
"Note is currently saving. Leaving the page will delete all changes!" : "يتم حفظ الملاحظة حاليًا. سيؤدي مغادرة الصفحة إلى حذف كل التغييرات!",
66
"Delete note" : "حذف الملاحظة ",
7-
"Favorite" : "المفضلة"
7+
"Favorite" : "المفضلة",
8+
"Notes" : "الملاحظات",
9+
"No note selected" : "لم يتم تحديد أيّ ملاحظة",
10+
"Create a note using the + button in the sidebar." : "أنشئ ملاحظة باستخدام زر + في الشريط الجانبي.",
11+
"_%n word_::_%n words_" : ["%n كلمة","%n كلمة","%n كلمتان","%n كلمات","%n كلمة","%n كلمة"]
812
},
913
"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;");

l10n/ar.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"New note" : "ملاحظة جديدة ",
33
"Note is currently saving. Leaving the page will delete all changes!" : "يتم حفظ الملاحظة حاليًا. سيؤدي مغادرة الصفحة إلى حذف كل التغييرات!",
44
"Delete note" : "حذف الملاحظة ",
5-
"Favorite" : "المفضلة"
5+
"Favorite" : "المفضلة",
6+
"Notes" : "الملاحظات",
7+
"No note selected" : "لم يتم تحديد أيّ ملاحظة",
8+
"Create a note using the + button in the sidebar." : "أنشئ ملاحظة باستخدام زر + في الشريط الجانبي.",
9+
"_%n word_::_%n words_" : ["%n كلمة","%n كلمة","%n كلمتان","%n كلمات","%n كلمة","%n كلمة"]
610
},"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;"
711
}

l10n/ast.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ OC.L10N.register(
55
"Note is currently saving. Leaving the page will delete all changes!" : "La nota ta guardandose. Si de la páxina, ¡van esaniciase tolos cambeos!",
66
"_%n word_::_%n words_" : ["%n pallabra","%n pallabres"],
77
"Delete note" : "Desaniciar nota",
8-
"Favorite" : "Favoritu"
8+
"Favorite" : "Favoritu",
9+
"Notes" : "Notes",
10+
"No note selected" : "Nun se seleicionó nenguna nota",
11+
"Create a note using the + button in the sidebar." : "Crea una nota col botón + de la barra llateral."
912
},
1013
"nplurals=2; plural=(n != 1);");

l10n/ast.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"Note is currently saving. Leaving the page will delete all changes!" : "La nota ta guardandose. Si de la páxina, ¡van esaniciase tolos cambeos!",
44
"_%n word_::_%n words_" : ["%n pallabra","%n pallabres"],
55
"Delete note" : "Desaniciar nota",
6-
"Favorite" : "Favoritu"
6+
"Favorite" : "Favoritu",
7+
"Notes" : "Notes",
8+
"No note selected" : "Nun se seleicionó nenguna nota",
9+
"Create a note using the + button in the sidebar." : "Crea una nota col botón + de la barra llateral."
710
},"pluralForm" :"nplurals=2; plural=(n != 1);"
811
}

l10n/az.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ OC.L10N.register(
33
{
44
"Notes" : "Qeydlər",
55
"New note" : "Yeni qeyd",
6-
"Note is currently saving. Leaving " : "Qeyd hal-hazırda saxlanılır. Tərk olunur",
7-
"Delete note" : "Qeydi sil"
6+
"Delete note" : "Qeydi sil",
7+
"Favorite" : "Sevimli",
8+
"Note is currently saving. Leaving the page will delete all changes!" : "Qeyd hal-hazırda saxlanılır. Səhifədən çıxmaq bütün dəyişiklikləri siləcək!",
9+
"No note selected" : "Heç bir qeyd seçilməyib",
10+
"Create a note using the + button in the sidebar." : "Yan paneldəki + düyməsi ilə qeyd yaradın.",
11+
"_%n word_::_%n words_" : ["%n söz","%n söz"]
812
},
913
"nplurals=2; plural=(n != 1);");

l10n/az.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{ "translations": {
22
"Notes" : "Qeydlər",
33
"New note" : "Yeni qeyd",
4-
"Note is currently saving. Leaving " : "Qeyd hal-hazırda saxlanılır. Tərk olunur",
5-
"Delete note" : "Qeydi sil"
4+
"Delete note" : "Qeydi sil",
5+
"Favorite" : "Sevimli",
6+
"Note is currently saving. Leaving the page will delete all changes!" : "Qeyd hal-hazırda saxlanılır. Səhifədən çıxmaq bütün dəyişiklikləri siləcək!",
7+
"No note selected" : "Heç bir qeyd seçilməyib",
8+
"Create a note using the + button in the sidebar." : "Yan paneldəki + düyməsi ilə qeyd yaradın.",
9+
"_%n word_::_%n words_" : ["%n söz","%n söz"]
610
},"pluralForm" :"nplurals=2; plural=(n != 1);"
711
}

l10n/bg_BG.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ OC.L10N.register(
55
"Note is currently saving. Leaving the page will delete all changes!" : "Бележката се запазва в момента. Напускането на страницата ще изтрие всички промени!",
66
"_%n word_::_%n words_" : ["%n дума","%n думи"],
77
"Delete note" : "Изтриване на бележка",
8-
"Favorite" : "Любими"
8+
"Favorite" : "Любими",
9+
"Notes" : "Бележки",
10+
"No note selected" : "Няма избрана бележка",
11+
"Create a note using the + button in the sidebar." : "Създайте бележка чрез бутона + в страничната лента."
912
},
1013
"nplurals=2; plural=(n != 1);");

l10n/bg_BG.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"Note is currently saving. Leaving the page will delete all changes!" : "Бележката се запазва в момента. Напускането на страницата ще изтрие всички промени!",
44
"_%n word_::_%n words_" : ["%n дума","%n думи"],
55
"Delete note" : "Изтриване на бележка",
6-
"Favorite" : "Любими"
6+
"Favorite" : "Любими",
7+
"Notes" : "Бележки",
8+
"No note selected" : "Няма избрана бележка",
9+
"Create a note using the + button in the sidebar." : "Създайте бележка чрез бутона + в страничната лента."
710
},"pluralForm" :"nplurals=2; plural=(n != 1);"
811
}

0 commit comments

Comments
 (0)