diff options
Diffstat (limited to 'app/Locales')
-rw-r--r-- | app/Locales/de_DE/translations.php | 10 | ||||
-rw-r--r-- | app/Locales/es_ES/translations.php | 2 | ||||
-rw-r--r-- | app/Locales/fr_FR/translations.php | 2 | ||||
-rw-r--r-- | app/Locales/pl_PL/translations.php | 2 | ||||
-rw-r--r-- | app/Locales/pt_BR/translations.php | 2 | ||||
-rw-r--r-- | app/Locales/sv_SE/translations.php | 2 | ||||
-rw-r--r-- | app/Locales/zh_CN/translations.php | 2 |
7 files changed, 22 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index 734c3437..cea48b94 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -384,4 +384,14 @@ return array( // 'Maximum size: ' => '', // 'Unable to upload the file.' => '', // 'Display another project' => '', + // 'Your GitHub account was successfully linked to your profile.' => '', + // 'Unable to link your GitHub Account.' => '', + // 'GitHub authentication failed' => '', + // 'Your GitHub account is no longer linked to your profile.' => '', + // 'Unable to unlink your GitHub Account.' => '', + // 'Login with my GitHub Account' => '', + // 'Link my GitHub Account' => '', + // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 98ab30ca..2dd3765f 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -384,4 +384,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 4405a9a3..5067ea61 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -382,4 +382,6 @@ return array( 'Login with my GitHub Account' => 'Se connecter avec mon compte Github', 'Link my GitHub Account' => 'Lier mon compte Github', 'Unlink my GitHub Account' => 'Ne plus utiliser mon compte Github', + 'Created by %s' => 'Créé par %s', + 'Last modified on %B %e, %G at %k:%M %p' => 'Modifié le %d/%m/%Y à %H:%M', ); diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index 7e552d6a..a96d5672 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -385,4 +385,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 9a571bad..8ba9b64a 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -382,4 +382,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php index b59217a1..8bd6a592 100644 --- a/app/Locales/sv_SE/translations.php +++ b/app/Locales/sv_SE/translations.php @@ -384,4 +384,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 86628756..9ed0c8a3 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -390,4 +390,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); |