Fix minor translations issues
This commit is contained in:
@@ -29,7 +29,7 @@ Features
|
|||||||
- Host anywhere (shared hosting, VPS, Raspberry Pi or localhost)
|
- Host anywhere (shared hosting, VPS, Raspberry Pi or localhost)
|
||||||
- No external dependencies
|
- No external dependencies
|
||||||
- **Super easy setup**, copy and paste files and you are done!
|
- **Super easy setup**, copy and paste files and you are done!
|
||||||
- Translations in English, French, Brazilian Portuguese, Spanish, German and Polish
|
- Translations in English, French, Brazilian Portuguese, Spanish, German, Polish and Chinese
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
-------
|
-------
|
||||||
@@ -57,6 +57,7 @@ Contributors:
|
|||||||
- Mathgl67: https://github.com/mathgl67
|
- Mathgl67: https://github.com/mathgl67
|
||||||
- Matthieu Keller: https://github.com/maggick
|
- Matthieu Keller: https://github.com/maggick
|
||||||
- Maxime: https://github.com/EpocDotFr
|
- Maxime: https://github.com/EpocDotFr
|
||||||
|
- Nala Ginrut: https://github.com/NalaGinrut
|
||||||
- Nekohayo: https://github.com/nekohayo
|
- Nekohayo: https://github.com/nekohayo
|
||||||
- Olivier Maridat: https://github.com/oliviermaridat
|
- Olivier Maridat: https://github.com/oliviermaridat
|
||||||
- Raphaël Doursenaud: https://github.com/rdoursenaud
|
- Raphaël Doursenaud: https://github.com/rdoursenaud
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ return array(
|
|||||||
'Polish' => 'Polnisch',
|
'Polish' => 'Polnisch',
|
||||||
'Portuguese (Brazilian)' => 'Portugisisch (Brasilien)',
|
'Portuguese (Brazilian)' => 'Portugisisch (Brasilien)',
|
||||||
'Spanish' => 'Spanisch',
|
'Spanish' => 'Spanisch',
|
||||||
'Chinese' => 'Chinesisch',
|
'Chinese (Simplified)' => 'Chinesisch',
|
||||||
'None' => 'Kein',
|
'None' => 'Kein',
|
||||||
'edit' => 'bearbeiten',
|
'edit' => 'bearbeiten',
|
||||||
'Edit' => 'Bearbeiten',
|
'Edit' => 'Bearbeiten',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ return array(
|
|||||||
'Portuguese (Brazilian)' => 'Portugués (Brasil)',
|
'Portuguese (Brazilian)' => 'Portugués (Brasil)',
|
||||||
'Spanish' => 'Español',
|
'Spanish' => 'Español',
|
||||||
// 'German' => '',
|
// 'German' => '',
|
||||||
'Chinese' => 'Chino',
|
'Chinese (Simplified)' => 'Chino',
|
||||||
'None' => 'Ninguno',
|
'None' => 'Ninguno',
|
||||||
'edit' => 'modificar',
|
'edit' => 'modificar',
|
||||||
'Edit' => 'Modificar',
|
'Edit' => 'Modificar',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ return array(
|
|||||||
'Portuguese (Brazilian)' => 'Portugais (Brésil)',
|
'Portuguese (Brazilian)' => 'Portugais (Brésil)',
|
||||||
'Spanish' => 'Espagnol',
|
'Spanish' => 'Espagnol',
|
||||||
'German' => 'Allemand',
|
'German' => 'Allemand',
|
||||||
'Chinese' => 'Chinois',
|
'Chinese (Simplified)' => 'Chinois simplifié',
|
||||||
'None' => 'Aucun',
|
'None' => 'Aucun',
|
||||||
'edit' => 'modifier',
|
'edit' => 'modifier',
|
||||||
'Edit' => 'Modifier',
|
'Edit' => 'Modifier',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ return array(
|
|||||||
'Portuguese (Brazilian)' => 'Portugalski (brazylijski)',
|
'Portuguese (Brazilian)' => 'Portugalski (brazylijski)',
|
||||||
'Spanish' => 'Hiszpański',
|
'Spanish' => 'Hiszpański',
|
||||||
// 'German' => '',
|
// 'German' => '',
|
||||||
|
// 'Chinese (Simplified)' => '',
|
||||||
'None' => 'Brak',
|
'None' => 'Brak',
|
||||||
'edit' => 'edytuj',
|
'edit' => 'edytuj',
|
||||||
'Edit' => 'Edytuj',
|
'Edit' => 'Edytuj',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ return array(
|
|||||||
'Portuguese (Brazilian)' => 'Português (Brasil)',
|
'Portuguese (Brazilian)' => 'Português (Brasil)',
|
||||||
'Spanish' => 'Espanhol',
|
'Spanish' => 'Espanhol',
|
||||||
// 'German' => '',
|
// 'German' => '',
|
||||||
|
// 'Chinese (Simplified)' => '',
|
||||||
'None' => 'Nenhum',
|
'None' => 'Nenhum',
|
||||||
'edit' => 'editar',
|
'edit' => 'editar',
|
||||||
'Edit' => 'Editar',
|
'Edit' => 'Editar',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ return array(
|
|||||||
'Portuguese (Brazilian)' => '葡萄牙语 (巴西)',
|
'Portuguese (Brazilian)' => '葡萄牙语 (巴西)',
|
||||||
'Spanish' => '西班牙语',
|
'Spanish' => '西班牙语',
|
||||||
'German' => '德语',
|
'German' => '德语',
|
||||||
'Chinese(Simplified)' => '中文(简体)',
|
'Chinese (Simplified)' => '中文(简体)',
|
||||||
'None' => '未知',
|
'None' => '未知',
|
||||||
'edit' => '修改',
|
'edit' => '修改',
|
||||||
'Edit' => '修改',
|
'Edit' => '修改',
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ class Config extends Base
|
|||||||
'fr_FR' => t('French'),
|
'fr_FR' => t('French'),
|
||||||
'pl_PL' => t('Polish'),
|
'pl_PL' => t('Polish'),
|
||||||
'pt_BR' => t('Portuguese (Brazilian)'),
|
'pt_BR' => t('Portuguese (Brazilian)'),
|
||||||
'zh_CN' => t('Chinese(Simplified)'),
|
'zh_CN' => t('Chinese (Simplified)'),
|
||||||
);
|
);
|
||||||
|
|
||||||
asort($languages);
|
asort($languages);
|
||||||
|
|||||||
Reference in New Issue
Block a user