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