Fixes #139 and others
This commit is contained in:
parent
fca2cd8e58
commit
25d34be6f3
|
|
@ -33,8 +33,13 @@ return [
|
|||
'help' => 'Wie Sie Ihre Projekt-ID finden',
|
||||
'missing' => 'Bitte geben Sie eine Projekt-ID an.',
|
||||
],
|
||||
'detach_confirm_' => 'Are you sure you want to detach this project?',
|
||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||
'unbind_success' => 'Projekt wurde erfolgreich getrennt (detached).',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Einstellungen',
|
||||
'missing_model' => 'Der Einstellungsseite fehlt eine Model-Definition.',
|
||||
'update_success' => 'Einstellung für :name wurde erfolgreich aktualisiert.',
|
||||
'return' => 'Return to system settings',
|
||||
],
|
||||
'email' => [
|
||||
|
|
@ -56,11 +61,6 @@ return [
|
|||
'sendmail_path' => 'Sendmail Path',
|
||||
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Einstellungen',
|
||||
'missing_model' => 'Der Einstellungsseite fehlt eine Model-Definition.',
|
||||
'update_success' => 'Einstellung für :name wurde erfolgreich aktualisiert.',
|
||||
],
|
||||
'install' => [
|
||||
'project_label' => 'Mit Projekt verbinden',
|
||||
'plugin_label' => 'Plugin installieren',
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ return [
|
|||
'help' => 'How to find your Project ID',
|
||||
'missing' => 'Please specify a Project ID to use.',
|
||||
],
|
||||
'detach_confirm_' => 'Are you sure you want to detach this project?',
|
||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||
'unbind_success' => 'Project has been detached successfully.',
|
||||
],
|
||||
'settings' => [
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ return [
|
|||
'help' => 'Hoe vind je jouw Project ID',
|
||||
'missing' => 'Voer een Project ID in.',
|
||||
],
|
||||
'detach_confirm_' => 'Are you sure you want to detach this project?',
|
||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||
'unbind_success' => 'Project is succesvol ontkoppeld.',
|
||||
],
|
||||
'settings' => [
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ return [
|
|||
'help' => 'How to find your Project ID',
|
||||
'missing' => 'Please specify a Project ID to use.',
|
||||
],
|
||||
'detach_confirm_' => 'Are you sure you want to detach this project?',
|
||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||
'unbind_success' => 'Project has been detached successfully.',
|
||||
],
|
||||
'settings' => [
|
||||
|
|
|
|||
|
|
@ -33,8 +33,13 @@ return [
|
|||
'help' => 'Hur du hittar ditt Projekt-ID',
|
||||
'missing' => 'Var god välj ett Projekt-ID',
|
||||
],
|
||||
'detach_confirm_' => 'Vill du verkligen avlänka detta projekt?',
|
||||
'detach_confirm' => 'Vill du verkligen avlänka detta projekt?',
|
||||
'unbind_success' => 'Projektet har blivit avlänkat',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Inställningar',
|
||||
'missing_model' => 'Inställningssidan saknar en modell-definition',
|
||||
'update_success' => 'Inställningar för :name har uppdaterats',
|
||||
'return' => 'Återgå till systeminställningar',
|
||||
],
|
||||
'email' => [
|
||||
|
|
@ -56,11 +61,6 @@ return [
|
|||
'sendmail_path' => 'Sendmail-sökväg',
|
||||
'sendmail_path_comment' => 'Var god ange sökvägen till sendmail',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Inställningar',
|
||||
'missing_model' => 'Inställningssidan saknar en modell-definition',
|
||||
'update_success' => 'Inställningar för :name har uppdaterats',
|
||||
],
|
||||
'install' => [
|
||||
'project_label' => 'Länka till Projekt',
|
||||
'plugin_label' => 'Installera Plugin',
|
||||
|
|
|
|||
|
|
@ -33,8 +33,13 @@ return [
|
|||
'help' => 'Proje ID\'sini nasıl bulurum?',
|
||||
'missing' => 'Lütfen kullanılacak Proje ID\'sini belirleyin.',
|
||||
],
|
||||
'detach_confirm_' => 'Are you sure you want to detach this project?',
|
||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||
'unbind_success' => 'Project has been detached successfully.',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Ayarlar',
|
||||
'missing_model' => 'The settings page is missing a Model definition.',
|
||||
'update_success' => 'Settings for :name have been updated successfully.',
|
||||
'return' => 'Return to system settings',
|
||||
],
|
||||
'email' => [
|
||||
|
|
@ -56,11 +61,6 @@ return [
|
|||
'sendmail_path' => 'Sendmail Path',
|
||||
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
|
||||
],
|
||||
'settings' => [
|
||||
'menu_label' => 'Ayarlar',
|
||||
'missing_model' => 'The settings page is missing a Model definition.',
|
||||
'update_success' => 'Settings for :name have been updated successfully.',
|
||||
],
|
||||
'install' => [
|
||||
'project_label' => 'Projeye bağla',
|
||||
'plugin_label' => 'Eklenti Yükle',
|
||||
|
|
|
|||
Loading…
Reference in New Issue