Skip to content

Commit cc4f836

Browse files
committed
Chore: Auto translate
1 parent 721f1e4 commit cc4f836

31 files changed

+106
-0
lines changed

lib/i18n/_missing_translations.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,26 @@ ar:
88
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
99
noLogs(OUTDATED): "No logs here!"
1010
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
11+
editor:
12+
menu:
13+
lineThickness(OUTDATED): Line thickness
14+
lineThicknessDescription(OUTDATED): Background line thickness
1115
cs:
16+
editor:
17+
menu:
18+
lineThickness(OUTDATED): Line thickness
19+
lineThicknessDescription(OUTDATED): Background line thickness
1220
de:
1321
logs:
1422
logs(OUTDATED): Logs
1523
viewLogs(OUTDATED): View logs
1624
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
1725
noLogs(OUTDATED): "No logs here!"
1826
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
27+
editor:
28+
menu:
29+
lineThickness(OUTDATED): Line thickness
30+
lineThicknessDescription(OUTDATED): Background line thickness
1931
es:
2032
common:
2133
done(OUTDATED): Done
@@ -99,6 +111,8 @@ es:
99111
customBrightnessHue(OUTDATED): Custom $b $h
100112
menu:
101113
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
114+
lineThickness(OUTDATED): Line thickness
115+
lineThicknessDescription(OUTDATED): Background line thickness
102116
watchServer(OUTDATED): Watch for updates on the server
103117
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
104118
fa:
@@ -175,6 +189,8 @@ fa:
175189
editor:
176190
menu:
177191
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
192+
lineThickness(OUTDATED): Line thickness
193+
lineThicknessDescription(OUTDATED): Background line thickness
178194
watchServer(OUTDATED): Watch for updates on the server
179195
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
180196
fr:
@@ -250,6 +266,8 @@ fr:
250266
editor:
251267
menu:
252268
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
269+
lineThickness(OUTDATED): Line thickness
270+
lineThicknessDescription(OUTDATED): Background line thickness
253271
watchServer(OUTDATED): Watch for updates on the server
254272
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
255273
he:
@@ -352,6 +370,8 @@ he:
352370
pink(OUTDATED): Pink
353371
menu:
354372
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
373+
lineThickness(OUTDATED): Line thickness
374+
lineThicknessDescription(OUTDATED): Background line thickness
355375
watchServer(OUTDATED): Watch for updates on the server
356376
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
357377
bgPatterns:
@@ -566,6 +586,8 @@ hu:
566586
duplicatePage(OUTDATED): Duplicate page
567587
deletePage(OUTDATED): Delete page
568588
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
589+
lineThickness(OUTDATED): Line thickness
590+
lineThicknessDescription(OUTDATED): Background line thickness
569591
backgroundImageFit(OUTDATED): Background image fit
570592
watchServer(OUTDATED): Watch for updates on the server
571593
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
@@ -579,6 +601,10 @@ hu:
579601
lockAxisAlignedPan(OUTDATED): Lock panning to horizontal or vertical
580602
needsToSaveBeforeExiting(OUTDATED): Saving your changes... You can safely exit the editor when it's done
581603
it:
604+
editor:
605+
menu:
606+
lineThickness(OUTDATED): Line thickness
607+
lineThicknessDescription(OUTDATED): Background line thickness
582608
ja:
583609
common:
584610
done(OUTDATED): Done
@@ -708,6 +734,8 @@ ja:
708734
duplicate(OUTDATED): Duplicate
709735
menu:
710736
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
737+
lineThickness(OUTDATED): Line thickness
738+
lineThicknessDescription(OUTDATED): Background line thickness
711739
backgroundImageFit(OUTDATED): Background image fit
712740
watchServer(OUTDATED): Watch for updates on the server
713741
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
@@ -811,21 +839,39 @@ pt-BR:
811839
duplicate(OUTDATED): Duplicate
812840
menu:
813841
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
842+
lineThickness(OUTDATED): Line thickness
843+
lineThicknessDescription(OUTDATED): Background line thickness
814844
watchServer(OUTDATED): Watch for updates on the server
815845
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
816846
ru:
847+
editor:
848+
menu:
849+
lineThickness(OUTDATED): Line thickness
850+
lineThicknessDescription(OUTDATED): Background line thickness
817851
tr:
818852
logs:
819853
logs(OUTDATED): Logs
820854
viewLogs(OUTDATED): View logs
821855
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
822856
noLogs(OUTDATED): "No logs here!"
823857
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
858+
editor:
859+
menu:
860+
lineThickness(OUTDATED): Line thickness
861+
lineThicknessDescription(OUTDATED): Background line thickness
824862
zh-Hans-CN:
825863
logs:
826864
logs(OUTDATED): Logs
827865
viewLogs(OUTDATED): View logs
828866
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
829867
noLogs(OUTDATED): "No logs here!"
830868
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
869+
editor:
870+
menu:
871+
lineThickness(OUTDATED): Line thickness
872+
lineThicknessDescription(OUTDATED): Background line thickness
831873
zh-Hant-TW:
874+
editor:
875+
menu:
876+
lineThickness(OUTDATED): Line thickness
877+
lineThicknessDescription(OUTDATED): Background line thickness

lib/i18n/strings_ar.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ class _TranslationsEditorMenuAr extends TranslationsEditorMenuEn {
707707
@override String get deletePage => 'حذف الصفحة';
708708
@override String get lineHeight => 'ارتفاع خط';
709709
@override String get lineHeightDescription => 'يتحكم أيضًا في حجم النص للملاحظات المكتوبة';
710+
@override String get lineThickness => 'سمك الخط';
711+
@override String get lineThicknessDescription => 'سماكة خط الخلفية';
710712
@override String get backgroundImageFit => 'تناسب صورة الخلفية';
711713
@override String get backgroundPattern => 'نمط الخلفية';
712714
@override String get import => 'يستورد';

lib/i18n/strings_ar.i18n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ editor:
299299
deletePage: حذف الصفحة
300300
lineHeight: ارتفاع خط
301301
lineHeightDescription: يتحكم أيضًا في حجم النص للملاحظات المكتوبة
302+
lineThickness(OUTDATED): سمك الخط
303+
lineThicknessDescription(OUTDATED): سماكة خط الخلفية
302304
backgroundImageFit: تناسب صورة الخلفية
303305
backgroundPattern: نمط الخلفية
304306
import: يستورد

lib/i18n/strings_cs.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ class _TranslationsEditorMenuCs extends TranslationsEditorMenuEn {
707707
@override String get deletePage => 'Odstranit stránku';
708708
@override String get lineHeight => 'Výška řádku';
709709
@override String get lineHeightDescription => 'Ovlivňuje také velikost textu psaných poznámek';
710+
@override String get lineThickness => 'Tloušťka linky';
711+
@override String get lineThicknessDescription => 'Tloušťka linie na pozadí';
710712
@override String get backgroundImageFit => 'Rozložení obrázku na pozadí';
711713
@override String get backgroundPattern => 'Vzor na pozadí';
712714
@override String get import => 'Importovat';

lib/i18n/strings_cs.i18n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ editor:
299299
deletePage: Odstranit stránku
300300
lineHeight: Výška řádku
301301
lineHeightDescription: Ovlivňuje také velikost textu psaných poznámek
302+
lineThickness(OUTDATED): Tloušťka linky
303+
lineThicknessDescription(OUTDATED): Tloušťka linie na pozadí
302304
backgroundImageFit: Rozložení obrázku na pozadí
303305
backgroundPattern: Vzor na pozadí
304306
import: Importovat

lib/i18n/strings_de.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ class _TranslationsEditorMenuDe extends TranslationsEditorMenuEn {
707707
@override String get deletePage => 'Seite löschen';
708708
@override String get lineHeight => 'Zeilenhöhe';
709709
@override String get lineHeightDescription => 'Bestimmt ebenfalls die Textgröße der getippten Notizen';
710+
@override String get lineThickness => 'Liniendicke';
711+
@override String get lineThicknessDescription => 'Hintergrundliniendicke';
710712
@override String get backgroundImageFit => 'Background image fit';
711713
@override String get backgroundPattern => 'Hintergrundmuster';
712714
@override String get import => 'Importieren';

lib/i18n/strings_de.i18n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ editor:
300300
deletePage: Seite löschen
301301
lineHeight: Zeilenhöhe
302302
lineHeightDescription: Bestimmt ebenfalls die Textgröße der getippten Notizen
303+
lineThickness(OUTDATED): Liniendicke
304+
lineThicknessDescription(OUTDATED): Hintergrundliniendicke
303305
backgroundImageFit: Background image fit
304306
backgroundPattern: Hintergrundmuster
305307
import: Importieren

lib/i18n/strings_es.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ class _TranslationsEditorMenuEs extends TranslationsEditorMenuEn {
703703
@override String get duplicatePage => 'Duplicar página';
704704
@override String get deletePage => 'Eliminar página';
705705
@override String get lineHeight => 'Altura de la línea';
706+
@override String get lineThickness => 'Espesor de línea';
707+
@override String get lineThicknessDescription => 'Grosor de la línea de fondo';
706708
@override String get backgroundImageFit => 'Ajuste de la imagen de fondo';
707709
@override String get backgroundPattern => 'Patrón de fondo';
708710
@override String get import => 'Importar';

lib/i18n/strings_es.i18n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ editor:
297297
duplicatePage: Duplicar página
298298
deletePage: Eliminar página
299299
lineHeight: Altura de la línea
300+
lineThickness(OUTDATED): Espesor de línea
301+
lineThicknessDescription(OUTDATED): Grosor de la línea de fondo
300302
backgroundImageFit: Ajuste de la imagen de fondo
301303
backgroundPattern: Patrón de fondo
302304
import: Importar

lib/i18n/strings_fa.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ class _TranslationsEditorMenuFa extends TranslationsEditorMenuEn {
704704
@override String get duplicatePage => 'تکرار صفحه';
705705
@override String get deletePage => 'حذف صفحه';
706706
@override String get lineHeight => 'ارتفاع خط';
707+
@override String get lineThickness => 'ضخامت خط';
708+
@override String get lineThicknessDescription => 'ضخامت خط پس زمینه';
707709
@override String get backgroundImageFit => 'مناسب تصویر پس زمینه';
708710
@override String get backgroundPattern => 'الگوی پس زمینه';
709711
@override String get import => 'واردکردن';

0 commit comments

Comments
 (0)