diff --git a/src/i18n/en.json b/src/i18n/en.json index e23b143..dc8dc0d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -105,6 +105,6 @@ "upload_file": "Upload File", "upload_remote": "Remote Upload", "upload_remote_url": "Remote Upload URL", - "username": "username", + "username": "Username", "word_wrap": "Word Wrap" } diff --git a/src/i18n/fr.json b/src/i18n/fr.json index c456631..f5e67c7 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -104,6 +104,6 @@ "upload_file": "Envoyer fichier", "upload_remote": "Envoi distant", "upload_remote_url": "URL pour l'envoi distant", - "username": "nom d'utilisateur", + "username": "Nom d'utilisateur", "word_wrap": "Revenir à la ligne" } diff --git a/src/i18n/pt-br.json b/src/i18n/pt-br.json index e751d49..e727bd0 100644 --- a/src/i18n/pt-br.json +++ b/src/i18n/pt-br.json @@ -104,6 +104,6 @@ "upload_file": "Enviar Arquivo", "upload_remote": "Envio Remoto", "upload_remote_url": "URL para Envio Remoto", - "username": "nome de usuário", + "username": "Nome de usuário", "word_wrap": "Quebra de Linha" } diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 967bfaa..f32ef50 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -104,6 +104,6 @@ "upload_file": "Загрузить файла", "upload_remote": "Удаленная загрузка", "upload_remote_url": "Удаленная загрузка по URL", - "username": "пользователь", + "username": "Имя пользователя", "word_wrap": "Перенос строк" } \ No newline at end of file