Ver Fonte

Fix german translation

Neeraj Gupta há 2 anos atrás
pai
commit
25f855314d
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      lib/generated/intl/messages_de.dart
  2. 2 2
      lib/l10n/intl_de.arb

+ 2 - 2
lib/generated/intl/messages_de.dart

@@ -21,7 +21,7 @@ class MessageLookup extends MessageLookupByLibrary {
   String get localeName => 'de';
 
   static String m0(count) =>
-      "${Intl.plural(count, one: 'Füge ein Element hinzu', other: 'Füge # Elemente hinzu')}";
+      "${Intl.plural(count, one: 'Element hinzufügen', other: 'Elemente hinzufügen')}";
 
   static String m1(emailOrName) => "Von ${emailOrName} hinzugefügt";
 
@@ -108,7 +108,7 @@ class MessageLookup extends MessageLookupByLibrary {
       "${Intl.plural(count, zero: 'keine Erinnerungsstücke', one: '${formattedCount} Erinnerung', other: '${formattedCount} Erinnerungsstücke')}";
 
   static String m30(count) =>
-      "${Intl.plural(count, one: '# Element', other: '# Elemente')}";
+      "${Intl.plural(count, one: 'Element verschieben', other: 'Elemente verschieben')}";
 
   static String m31(albumName) => "Erfolgreich zu ${albumName} hinzugefügt";
 

+ 2 - 2
lib/l10n/intl_de.arb

@@ -708,11 +708,11 @@
   "share": "Teilen",
   "unhideToAlbum": "Im Album anzeigen",
   "restoreToAlbum": "Album wiederherstellen",
-  "moveItem": "{count, plural, one{# Element} other{# Elemente}}",
+  "moveItem": "{count, plural, one{Element verschieben} other{Elemente verschieben}}",
   "@moveItem": {
     "description": "Page title while moving one or more items to an album"
   },
-  "addItem": "{count, plural, one {Füge ein Element hinzu} other {Füge # Elemente hinzu}}",
+  "addItem": "{count, plural, one {Element hinzufügen} other {Elemente hinzufügen}}",
   "@addItem": {
     "description": "Page title while adding one or more items to album"
   },