Skip to content

Commit

Permalink
chore(i18n): update translations (#4685)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Dec 12, 2020
1 parent bf45373 commit 65cde10
Show file tree
Hide file tree
Showing 115 changed files with 6,751 additions and 290 deletions.
4 changes: 2 additions & 2 deletions public/css/app-ltr.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/app-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/ar.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/cs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/da.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/de.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/langs/el.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/en-GB.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/he.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/hr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/nl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/no.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/pt-BR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/pt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/ru.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/langs/sv.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/tr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/uk.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/vendor.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/langs/vi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/zh-TW.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/zh.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"/js/manifest.js": "/js/manifest.js?id=7db827d654313dce4250",
"/js/vendor.js": "/js/vendor.js?id=97d06b404edf4b6073de",
"/js/app.js": "/js/app.js?id=eaa287c0e6c4e2864f61",
"/css/app-ltr.css": "/css/app-ltr.css?id=94a406592b3c938b6c66",
"/css/app-rtl.css": "/css/app-rtl.css?id=b9e7e1b64d79c5a5842a",
"/css/app-ltr.css": "/css/app-ltr.css?id=2b577e6d6903f823cc6c",
"/css/app-rtl.css": "/css/app-rtl.css?id=a6414e43c80b63fd0a22",
"/css/stripe.css": "/css/stripe.css?id=746c8aaac01c56d3cee1",
"/js/stripe.js": "/js/stripe.js?id=31bf2d83f6ef3685ff0b"
}
13 changes: 13 additions & 0 deletions resources/lang/ar/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'locale_pt' => 'البرتغالية',
'locale_pt-BR' => 'Portuguese (Brazil)',
'locale_ru' => 'الروسية',
'locale_sv' => 'Swedish',
'locale_zh' => 'الصينية المبسطة',
'locale_zh-TW' => 'Chinese Traditional',
'locale_tr' => 'التركية',
Expand Down Expand Up @@ -424,6 +425,18 @@
'personalization_activity_type_modal_delete_error' => 'لا نستطيع إيجاد نوع هذا النشاط.',
'personalization_activity_type_category_modal_delete_error' => 'لا نستطيع إيجاد تصنيف هذا النوع من الأنشطة.',

'personalization_life_event_category_title' => 'Life event categories',
'personalization_live_event_category_table_name' => 'Name',
'personalization_life_event_category_description' => 'A life event can have a type and a category. Your account comes by default with a set of predefined categories and types, but you can customize life event types here.',
'personalization_live_event_category_table_actions' => 'Actions',
'personalization_life_event_type_add_button' => 'Add a new life event type',
'personalization_life_event_type_modal_add' => 'Add a new life event type',
'personalization_life_event_type_modal_question' => 'How should we name this new life event type?',
'personalization_life_event_type_modal_edit' => 'Edit a life event type',
'personalization_life_event_type_modal_delete' => 'Delete a life event type',
'personalization_life_event_type_modal_delete_desc' => 'Are you sure you want to delete this life event type? Life events that belong to this type will be deleted by performing this action.',
'personalization_life_event_type_modal_delete_error' => 'We can’t find this life event type.',

'personalization_life_event_category_work_education' => 'العمل و التعليم',
'personalization_life_event_category_family_relationships' => 'العائلة و العلاقات',
'personalization_life_event_category_home_living' => 'المنزل و العيش',
Expand Down
13 changes: 13 additions & 0 deletions resources/lang/cs/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'locale_pt' => 'Portuguese',
'locale_pt-BR' => 'Portuguese (Brazil)',
'locale_ru' => 'Ruština',
'locale_sv' => 'Swedish',
'locale_zh' => 'Chinese Simplified',
'locale_zh-TW' => 'Chinese Traditional',
'locale_tr' => 'Turkish',
Expand Down Expand Up @@ -424,6 +425,18 @@
'personalization_activity_type_modal_delete_error' => 'We can’t find this activity type.',
'personalization_activity_type_category_modal_delete_error' => 'We can’t find this activity type category.',

'personalization_life_event_category_title' => 'Life event categories',
'personalization_live_event_category_table_name' => 'Name',
'personalization_life_event_category_description' => 'A life event can have a type and a category. Your account comes by default with a set of predefined categories and types, but you can customize life event types here.',
'personalization_live_event_category_table_actions' => 'Actions',
'personalization_life_event_type_add_button' => 'Add a new life event type',
'personalization_life_event_type_modal_add' => 'Add a new life event type',
'personalization_life_event_type_modal_question' => 'How should we name this new life event type?',
'personalization_life_event_type_modal_edit' => 'Edit a life event type',
'personalization_life_event_type_modal_delete' => 'Delete a life event type',
'personalization_life_event_type_modal_delete_desc' => 'Are you sure you want to delete this life event type? Life events that belong to this type will be deleted by performing this action.',
'personalization_life_event_type_modal_delete_error' => 'We can’t find this life event type.',

'personalization_life_event_category_work_education' => 'Work & education',
'personalization_life_event_category_family_relationships' => 'Family & relationships',
'personalization_life_event_category_home_living' => 'Home & living',
Expand Down
13 changes: 13 additions & 0 deletions resources/lang/da/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'locale_pt' => 'Portuguese',
'locale_pt-BR' => 'Portuguese (Brazil)',
'locale_ru' => 'Russian',
'locale_sv' => 'Swedish',
'locale_zh' => 'Chinese Simplified',
'locale_zh-TW' => 'Chinese Traditional',
'locale_tr' => 'Turkish',
Expand Down Expand Up @@ -424,6 +425,18 @@
'personalization_activity_type_modal_delete_error' => 'We can’t find this activity type.',
'personalization_activity_type_category_modal_delete_error' => 'We can’t find this activity type category.',

'personalization_life_event_category_title' => 'Life event categories',
'personalization_live_event_category_table_name' => 'Name',
'personalization_life_event_category_description' => 'A life event can have a type and a category. Your account comes by default with a set of predefined categories and types, but you can customize life event types here.',
'personalization_live_event_category_table_actions' => 'Actions',
'personalization_life_event_type_add_button' => 'Add a new life event type',
'personalization_life_event_type_modal_add' => 'Add a new life event type',
'personalization_life_event_type_modal_question' => 'How should we name this new life event type?',
'personalization_life_event_type_modal_edit' => 'Edit a life event type',
'personalization_life_event_type_modal_delete' => 'Delete a life event type',
'personalization_life_event_type_modal_delete_desc' => 'Are you sure you want to delete this life event type? Life events that belong to this type will be deleted by performing this action.',
'personalization_life_event_type_modal_delete_error' => 'We can’t find this life event type.',

'personalization_life_event_category_work_education' => 'Work & education',
'personalization_life_event_category_family_relationships' => 'Family & relationships',
'personalization_life_event_category_home_living' => 'Home & living',
Expand Down
34 changes: 17 additions & 17 deletions resources/lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'save' => 'Speichern',
'add' => 'Hinzufügen',
'cancel' => 'Abbrechen',
'confirm' => 'Confirm',
'confirm' => 'Bestätigen',
'delete_confirm' => 'Sicher?',
'delete' => 'Löschen',
'edit' => 'Bearbeiten',
Expand Down Expand Up @@ -42,9 +42,9 @@
'upgrade' => 'Zum Freischalten aktualisieren',
'percent_uploaded' => '{percent}% hochgeladen',
'retry' => 'Wiederholen',
'filter' => 'Filter the list',
'filter' => 'Liste filtern',
'go_back' => 'Zurück',
'file_selected' => '1 file selected...|{count} files selected...',
'file_selected' => '1 Datei ausgewählt...|{count} Dateien ausgewählt...',

'application_title' => 'Monica – persönlicher Beziehungsmanager',
'application_description' => 'Monica ist ein Werkzeug, um Ihre Interaktionen mit Ihren Lieben, Freunden und Familie zu verwalten.',
Expand Down Expand Up @@ -108,15 +108,15 @@

'error_title' => 'Whoops! Da lief etwas falsch.',
'error_unauthorized' => 'Du darfst das leider nicht, da du nicht angemeldet bist.',
'error_user_account' => 'This user does not belong to the given account.',
'error_user_account' => 'Dieser Benutzer gehört nicht zum angegebenen Konto.',
'error_save' => 'Beim Versuch die Daten zu speichern ist ein Fehler aufgetreten.',
'error_try_again' => 'Etwas ist schiefgegangen. Bitte versuche es noch mal.',
'error_id' => 'Fehler Nr: :id',
'error_unavailable' => 'Service unavailable',
'error_unavailable' => 'Dienst nicht verfügbar',
'error_maintenance' => 'Wartungsarbeiten im Gange. Bin gleich zurück.',
'error_help' => 'Wir sind gleich wieder da.',
'error_twitter' => 'Folgen Sie <a href="https://twitter.com/:twitter"> uns auf Twitter</a> um informiert zu werden, wenn es weitergeht.',
'error_no_term' => 'There is no policy for this instance yet.',
'error_no_term' => 'Für diese Instanz gibt es noch keine Richtlinie.',

'default_save_success' => 'Die Daten wurden gespeichert.',

Expand Down Expand Up @@ -309,7 +309,7 @@
'emotion_adoration' => 'Verehrung',
'emotion_affection' => 'Zuneigung',
'emotion_love' => 'Liebe',
'emotion_fondness' => 'Fondness',
'emotion_fondness' => 'Zuneigung',
'emotion_liking' => 'Gefallen',
'emotion_attraction' => 'Anziehung',
'emotion_caring' => 'Fürsorglich',
Expand All @@ -323,14 +323,14 @@
'emotion_infatuation' => 'Betörung',
'emotion_longing' => 'Sehnsucht',
'emotion_amusement' => 'Vergnügen',
'emotion_bliss' => 'Bliss',
'emotion_cheerfulness' => 'Cheerfulness',
'emotion_bliss' => 'Glück',
'emotion_cheerfulness' => 'Fröhlichkeit',
'emotion_gaiety' => 'Gaiety',
'emotion_glee' => 'Glee',
'emotion_jolliness' => 'Jolliness',
'emotion_joviality' => 'Joviality',
'emotion_joy' => 'Freude',
'emotion_delight' => 'Delight',
'emotion_delight' => 'Freude',
'emotion_enjoyment' => 'Enjoyment',
'emotion_gladness' => 'Gladness',
'emotion_happiness' => 'Glück',
Expand All @@ -339,17 +339,17 @@
'emotion_satisfaction' => 'Zufriedenheit',
'emotion_ecstasy' => 'Ecstasy',
'emotion_euphoria' => 'Euphoria',
'emotion_enthusiasm' => 'Enthusiasm',
'emotion_enthusiasm' => 'Begeisterung',
'emotion_zeal' => 'Zeal',
'emotion_zest' => 'Zest',
'emotion_excitement' => 'Excitement',
'emotion_thrill' => 'Thrill',
'emotion_exhilaration' => 'Exhilaration',
'emotion_contentment' => 'Contentment',
'emotion_pleasure' => 'Pleasure',
'emotion_pride' => 'Pride',
'emotion_pleasure' => 'Vergnügen',
'emotion_pride' => 'Stolz',
'emotion_eagerness' => 'Eagerness',
'emotion_hope' => 'Hope',
'emotion_hope' => 'Hoffnung',
'emotion_optimism' => 'Optimismus',
'emotion_enthrallment' => 'Enthrallment',
'emotion_rapture' => 'Rapture',
Expand Down Expand Up @@ -441,8 +441,8 @@
'emotion_dread' => 'Grauen',

// weather
'weather_clear-day' => 'Clear day',
'weather_clear-night' => 'Clear night',
'weather_clear-day' => 'Klarer Tag',
'weather_clear-night' => 'Klare Nacht',
'weather_rain' => 'Regen',
'weather_snow' => 'Schnee',
'weather_sleet' => 'Schneeregen',
Expand All @@ -457,7 +457,7 @@

// dav
'dav_contacts' => 'Kontakte',
'dav_contacts_description' => ':name’s contacts',
'dav_contacts_description' => 'Kontakte von :name',
'dav_birthdays' => 'Geburtstage',
'dav_birthdays_description' => ':name’s contact’s birthdays',
'dav_tasks' => 'Aufgaben',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/de/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'throttle' => 'Zu viele Anmeldeversuche. Bitte in :seconds Sekunden erneut versuchen.',
'not_authorized' => 'Du hast keine Berechtigung diese Aktion auszuführen',
'signup_disabled' => 'Neue Registrierungen sind zur Zeit nicht möglich',
'signup_error' => 'An error occured trying to register the user',
'signup_error' => 'Es ist ein Fehler bei der Registrierung des Benutzers aufgetreten',
'back_homepage' => 'Zurück zur Seite',
'mfa_auth_otp' => 'Authentifizieren Sie sich mit Ihrem Zwei-Faktor-Gerät',
'mfa_auth_webauthn' => 'Authentifizieren mit einem Sicherheitsschlüssel (WebAuthn)',
Expand Down Expand Up @@ -78,7 +78,7 @@
'confirmation_title' => 'E-Mail-Adresse bestätigen',
'confirmation_fresh' => 'Ein Bestätigungslink wurde an Ihre E-Mail-Adresse geschickt.',
'confirmation_check' => 'Bevor sie weitermachen, überprüfen sie bitte ihre E-mails nach einem Bestätigungslink.',
'confirmation_request_another' => 'If you did not receive the email <a :action>click here to request another</a>.',
'confirmation_request_another' => 'Falls Sie keine E-Mail erhalten haben, <a :action>klicken Sie hier um eine neue E-Mail zu erhalten</a>.',

'confirmation_again' => 'Wenn Sie Ihre E-Mail-Adresse ändern möchten, <a href=":url" class="alert-link">klicken Sie bitte hier</a>.',
'email_change_current_email' => 'Aktuelle E-Mail-Adresse:',
Expand Down
22 changes: 11 additions & 11 deletions resources/lang/de/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
return [

// contact creation
'contact_log_contact_created' => 'Kontakt wurde erstellt.',
'contact_log_contact_created' => 'Kontakt erstellt.',
'settings_log_contact_created_with_name' => ':name als Kontakt hinzugefügt.',
'settings_log_contact_created_with_name_with_link' => '<a href=":link">:name</a> als Kontakt hinzugefügt.',

// contat description update
'contact_log_contact_description_updated' => 'Beschreibung wurde aktualisiert.',
'settings_log_contact_description_updated_with_name' => 'Updated the description of :name.',
'settings_log_contact_description_updated_with_name_with_link' => 'Updated the description of <a href=":link">:name</a>.',
'contact_log_contact_description_updated' => 'Beschreibung aktualisiert.',
'settings_log_contact_description_updated_with_name' => ':name wurde aktualisiert.',
'settings_log_contact_description_updated_with_name_with_link' => 'Beschreibung von <a href=":link">:name</a> aktualisiert.',

// contact description clear
'contact_log_contact_description_cleared' => 'Cleared the description.',
'settings_log_contact_description_cleared_with_name' => 'Cleared the description of :name.',
'settings_log_contact_description_cleared_with_name_with_link' => 'Cleared the description of <a href=":link">:name</a>.',
'contact_log_contact_description_cleared' => 'Beschreibung gelöscht.',
'settings_log_contact_description_cleared_with_name' => 'Beschreibung von :name gelöscht.',
'settings_log_contact_description_cleared_with_name_with_link' => 'Beschreibung von <a href=":link">:name</a> gelöscht.',

// contact work information update
'contact_log_contact_work_updated' => 'Updated work information.',
'settings_log_contact_work_updated_with_name' => 'Updated work information of :name.',
'settings_log_contact_work_updated_with_name_with_link' => 'Updated work information of <a href=":link">:name</a>.',
'contact_log_contact_work_updated' => 'Arbeitsinformationen aktualisiert.',
'settings_log_contact_work_updated_with_name' => 'Arbeitsinformationen von :name aktualisiert.',
'settings_log_contact_work_updated_with_name_with_link' => 'Arbeitsinformationen von <a href=":link">:name</a> aktualisiert.',

// company created
'settings_log_company_created' => 'Created a company called :name.',
'settings_log_company_created' => 'Firma :name erstellt.',
];
26 changes: 13 additions & 13 deletions resources/lang/de/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
'confirmation_email_title' => 'Monica – E-Mail-Verifikation',
'confirmation_email_intro'=> 'Um Ihre E-Mail-Adresse zu validieren, klicken Sie bitte auf den untenstehenden Button',
'confirmation_email_button' => 'E-Mail-Adresse bestätigen',
'confirmation_email_bottom' => 'If you did not create an account, no further action is required.',

'password_reset_title' => 'Monica – Reset Password Notification',
'password_reset_intro' => 'You are receiving this email because we received a password reset request for your account.',
'password_reset_button' => 'Reset Password',
'password_reset_expiration' => 'This password reset link will expire in :count minutes.',
'password_reset_bottom' => 'If you did not request a password reset, no further action is required.',

'invitation_title' => 'Monica – You are invited by :name',
'invitation_intro' => 'You’ve been invited by :name (:email) to use Monica, a nice Personal Relationship Management tool.',
'invitation_link' => 'To accept the invitation, click on the link below:',
'invitation_button' => 'Accept invitation',
'invitation_expiration' => 'This link will expire in :count days.',
'confirmation_email_bottom' => 'Wenn Sie kein Konto erstellt haben, ist keine weitere Aktion erforderlich.',

'password_reset_title' => 'Monica – Passwort-Benachrichtigung zurücksetzen',
'password_reset_intro' => 'Sie erhalten diese E-Mail, weil wir eine Anfrage zum Zurücksetzen des Passworts für Ihr Konto erhalten haben.',
'password_reset_button' => 'Passwort zurücksetzen',
'password_reset_expiration' => 'Dieser Link zum Zurücksetzen des Passworts läuft in :count Minuten ab.',
'password_reset_bottom' => 'Wenn Sie keine Passwortzurücksetzung angefordert haben, ist keine weitere Aktion erforderlich.',

'invitation_title' => 'Monica – Du wurdest von :name eingeladen',
'invitation_intro' => 'Sie wurden von :name (:email) eingeladen, um Monica zu verwenden, ein Personal Relationship Management Tool.',
'invitation_link' => 'Um die Einladung anzunehmen, klicken Sie auf den folgenden Link:',
'invitation_button' => 'Einladung annehmen',
'invitation_expiration' => 'Dieser Link läuft in :count Tagen ab.',
];
Loading

0 comments on commit 65cde10

Please sign in to comment.