yii.php 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. 'the input value' => 'der eingegebene Wert',
  21. '(not set)' => '(nicht gesetzt)',
  22. 'An internal server error occurred.' => 'Es ist ein interner Serverfehler aufgetreten.',
  23. 'Are you sure to delete this item?' => 'Wollen Sie den Eintrag wirklich löschen?',
  24. 'Delete' => 'Löschen',
  25. 'Error' => 'Fehler',
  26. 'File upload failed.' => 'Das Hochladen der Datei ist gescheitert.',
  27. 'Home' => 'Home',
  28. 'Invalid data received for parameter "{param}".' => 'Ungültige Daten erhalten für Parameter"{param}".',
  29. 'Login Required' => 'Anmeldung erforderlich',
  30. 'Missing required arguments: {params}' => 'Pflichtargumente fehlen: {params}',
  31. 'Missing required parameters: {params}' => 'Pflichtparameter fehlen: {params}',
  32. 'No' => 'Nein',
  33. 'No help for unknown command "{command}".' => 'Es gibt keine Hilfe für den unbekannten Befehl "{command}".',
  34. 'No help for unknown sub-command "{command}".' => 'Es gibt keine Hilfe für den unbekannten Unterbefehl "{command}".',
  35. 'No results found.' => 'Keine Ergebnisse gefunden',
  36. 'Only files with these extensions are allowed: {extensions}.' => 'Es sind nur Dateien mit folgenden Dateierweiterungen erlaubt: {extensions}.',
  37. 'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Es sind nur Dateien mit folgenden MIME-Typen erlaubt: {mimeTypes}.',
  38. 'Page not found.' => 'Seite nicht gefunden.',
  39. 'Please fix the following errors:' => 'Bitte korrigieren Sie die folgenden Fehler:',
  40. 'Please upload a file.' => 'Bitte laden Sie eine Datei hoch.',
  41. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Zeige <b>{begin, number}-{end, number}</b> von <b>{totalCount, number}</b> {totalCount, plural, one{Eintrag} other{Einträgen}}.',
  42. 'The file "{file}" is not an image.' => 'Die Datei "{file}" ist kein Bild.',
  43. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Die Datei "{file}" ist zu groß. Es {limit, plural, one{ist} other{sind}} maximal {limit, number} {limit, plural, one{Byte} other{Bytes}} erlaubt.',
  44. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Die Datei "{file}" ist zu klein. Es {limit, plural, one{ist} other{sind}} mindestens {limit, number} {limit, plural, one{Byte} other{Bytes}} erforderlich.',
  45. 'The format of {attribute} is invalid.' => 'Das Format von {attribute} ist ungültig.',
  46. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Das Bild "{file}" ist zu groß. Es darf maximal {limit, number} Pixel hoch sein.',
  47. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Das Bild "{file}" ist zu groß. Es darf maximal {limit, number} Pixel breit sein.',
  48. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel hoch sein.',
  49. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel breit sein.',
  50. 'The verification code is incorrect.' => 'Der Prüfcode ist falsch.',
  51. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Insgesamt <b>{count, number}</b> {count, plural, one{Eintrag} other{Einträge}}.',
  52. 'Unable to verify your data submission.' => 'Es ist nicht möglich, Ihre Dateneingabe zu prüfen.',
  53. 'Unknown command "{command}".' => 'Unbekannter Befehl "{command}".',
  54. 'Unknown option: --{name}' => 'Unbekannte Option: --{name}',
  55. 'Update' => 'Bearbeiten',
  56. 'View' => 'Anzeigen',
  57. 'Yes' => 'Ja',
  58. 'You are not allowed to perform this action.' => 'Sie dürfen diese Aktion nicht durchführen.',
  59. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Sie können maximal {limit, number} {limit, plural, one{eine Datei} other{# Dateien}} hochladen.',
  60. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" wird bereits verwendet.',
  61. '{attribute} cannot be blank.' => '{attribute} darf nicht leer sein.',
  62. '{attribute} is invalid.' => '{attribute} ist ungültig.',
  63. '{attribute} is not a valid URL.' => '{attribute} ist keine gültige URL.',
  64. '{attribute} is not a valid email address.' => '{attribute} ist keine gültige Emailadresse.',
  65. '{attribute} must be "{requiredValue}".' => '{attribute} muss den Wert {requiredValue} haben.',
  66. '{attribute} must be a number.' => '{attribute} muss eine Zahl sein.',
  67. '{attribute} must be a string.' => '{attribute} muss eine Zeichenkette sein.',
  68. '{attribute} must be an integer.' => '{attribute} muss eine Ganzzahl sein.',
  69. '{attribute} must be either "{true}" or "{false}".' => '{attribute} muss entweder "{true}" oder "{false}" sein.',
  70. '{attribute} must be greater than "{compareValue}".' => '{attribute} muss größer als "{compareValue}" sein.',
  71. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} muss größer oder gleich "{compareValue}" sein.',
  72. '{attribute} must be less than "{compareValue}".' => '{attribute} muss kleiner als "{compareValue}" sein.',
  73. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} muss kleiner oder gleich "{compareValue}" sein.',
  74. '{attribute} must be no greater than {max}.' => '{attribute} darf nicht größer als {max} sein.',
  75. '{attribute} must be no less than {min}.' => '{attribute} darf nicht kleiner als {max} sein.',
  76. '{attribute} must be repeated exactly.' => '{attribute} muss genau wiederholt werden.',
  77. '{attribute} must not be equal to "{compareValue}".' => '{attribute} darf nicht "{compareValue}" sein.',
  78. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} muss mindestens {min, number} Zeichen enthalten.',
  79. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} darf maximal {max, number} Zeichen enthalten.',
  80. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} muss aus genau {length, number} Zeichen bestehen.',
  81. );