Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve UI/UX install process #5147

Merged
merged 19 commits into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/i18n/cz/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Obecná nastavení byla uložena.',
),
'congratulations' => 'Gratulujeme!',
'default_user' => 'Uživatelské jméno výchozího uživatele <small>(maximálně 16 alfanumerických znaků)</small>',
'default_user' => array(
'_' => 'Uživatelské jméno výchozího uživatele',
'max_char' => 'maximálně 16 alfanumerických znaků',
),
'fix_errors_before' => 'Opravte prosím všechny chyby před přechodem na další krok.',
'javascript_is_better' => 'Práce s FreshRSS je příjemnější se zapnutým JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/de/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Die allgemeine Konfiguration ist gespeichert worden.',
),
'congratulations' => 'Glückwunsch!',
'default_user' => 'Benutzername des Standardbenutzers <small>(maximal 16 alphanumerische Zeichen)</small>',
'default_user' => array(
'_' => 'Benutzername des Standardbenutzers',
'max_char' => 'maximal 16 alphanumerische Zeichen',
),
'fix_errors_before' => 'Bitte den Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.',
'javascript_is_better' => 'FreshRSS ist ansprechender mit aktiviertem JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/el/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Οι γενικές ρυθμίσεις αποθηκεύτηκαν.',
),
'congratulations' => 'Συγχαρητήρια!',
'default_user' => 'Όνομα χρήστη για τον προεπιλεγμένο χρήστη <small>(μέγιστο 16 αλφαριθμητικοί χαρακτήρες)</small>',
'default_user' => array(
'_' => 'Όνομα χρήστη για τον προεπιλεγμένο χρήστη',
'max_char' => 'μέγιστο 16 αλφαριθμητικοί χαρακτήρες',
),
'fix_errors_before' => 'Παρακαλούμε διορθώστε τα σφάλματα πριν συνεχίσετε στο επόμενο βήμα.',
'javascript_is_better' => 'Το FreshRSS είναι πιο ευχάριστο με ενεργοποιημένη την JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/en-us/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'General configuration has been saved.', // IGNORE
),
'congratulations' => 'Congratulations!', // IGNORE
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', // IGNORE
'default_user' => array(
'_' => 'Username of the default user', // IGNORE
'max_char' => 'maximum 16 alphanumeric characters', // IGNORE
),
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // IGNORE
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // IGNORE
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/en/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'General configuration has been saved.',
),
'congratulations' => 'Congratulations!',
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
'default_user' => array(
'_' => 'Username of the default user',
'max_char' => 'maximum 16 alphanumeric characters',
),
'fix_errors_before' => 'Please fix errors before continuing to the next step.',
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/es/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'La configuración general se ha guardado.',
),
'congratulations' => '¡Enhorabuena!',
'default_user' => 'Nombre de usuario para el usuario por defecto <small>(máximo de 16 caracteres alfanuméricos)</small>',
'default_user' => array(
'_' => 'Nombre de usuario para el usuario por defecto',
'max_char' => 'máximo de 16 caracteres alfanuméricos',
),
'fix_errors_before' => 'Por favor, soluciona los errores detectados antes de proceder con el siguiente paso.',
'javascript_is_better' => 'FreshRSS funciona mejor con JavaScript activado',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/fr/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'La configuration générale a été enregistrée.',
),
'congratulations' => 'Félicitations !',
'default_user' => 'Nom de l’utilisateur par défaut <small>(16 caractères alphanumériques maximum)</small>',
'default_user' => array(
'_' => 'Nom de l’utilisateur par défaut',
'max_char' => '16 caractères alphanumériques maximum',
),
'fix_errors_before' => 'Veuillez corriger les erreurs avant de passer à l’étape suivante.',
'javascript_is_better' => 'FreshRSS est plus agréable à utiliser avec JavaScript activé',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/he/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'ההגדרות הכלליות נשמרו.',
),
'congratulations' => 'מזל טוב!',
'default_user' => 'שם המשתמש של משתמש ברירת המחדל <small>(לכל היותר 16 תווים אלפאנומריים)</small>',
'default_user' => array(
'_' => 'שם המשתמש של משתמש ברירת המחדל',
'max_char' => 'לכל היותר 16 תווים אלפאנומריים',
),
'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.',
'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/id/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'General configuration has been saved.', // TODO
),
'congratulations' => 'Congratulations!', // TODO
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', // TODO
'default_user' => array(
'_' => 'Username of the default user', // TODO
'max_char' => 'maximum 16 alphanumeric characters', // TODO
),
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // TODO
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // TODO
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/it/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Configurazioni generali salvate.',
),
'congratulations' => 'Congratulazione!',
'default_user' => 'Username utente predefinito <small>(massimo 16 caratteri alfanumerici)</small>',
'default_user' => array(
'_' => 'Username utente predefinito',
'max_char' => 'massimo 16 caratteri alfanumerici',
),
'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.',
'javascript_is_better' => 'FreshRSS funziona meglio con JavaScript abilitato',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/ja/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => '一般設定は保存されました。',
),
'congratulations' => 'おめでとうございます!',
'default_user' => 'デフォルトのユーザー名 <small>(最大16文字の英数字)</small>',
'default_user' => array(
'_' => 'デフォルトのユーザー名',
'max_char' => '最大16文字の英数字',
),
'fix_errors_before' => 'エラーを次のステップへ移る前に修正してください。',
'javascript_is_better' => 'FreshRSS はJavascriptが有効だとより快適にご利用いただけます。',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/ko/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => '일반 설정이 저장되었습니다.',
),
'congratulations' => '축하합니다!',
'default_user' => '기본 사용자 이름<small>(알파벳과 숫자를 포함할 수 있고 최대 16 글자)</small>',
'default_user' => array(
'_' => '기본 사용자 이름',
'max_char' => '알파벳과 숫자를 포함할 수 있고 최대 16 글자',
),
'fix_errors_before' => '다음 단계로 가기 전에 문제를 해결하세요.',
'javascript_is_better' => 'FreshRSS는 자바스크립트를 사용할 때 더욱 쾌적하고 강력합니다',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/nl/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Algemene configuratie is opgeslagen.',
),
'congratulations' => 'Gefeliciteerd!',
'default_user' => 'Gebruikersnaam van de standaardgebruiker <small>(maximaal 16 alfanumerieke tekens)</small>',
'default_user' => array(
'_' => 'Gebruikersnaam van de standaardgebruiker',
'max_char' => 'maximaal 16 alfanumerieke tekens',
),
'fix_errors_before' => 'Repareer fouten alvorens U naar de volgende stap gaat.',
'javascript_is_better' => 'FreshRSS werkt beter JavaScript ingeschakeld',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/oc/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'La configuracion generala es enregistrada.',
),
'congratulations' => 'Òsca !',
'default_user' => 'Nom d’utilizaire per defaut <small>16 caractèrs alfanumerics maximum)</small>',
'default_user' => array(
'_' => 'Nom d’utilizaire per defaut',
'max_char' => '16 caractèrs alfanumerics maximum',
),
'fix_errors_before' => 'Mercés de corregir las errors seguentas abans de contunhar.',
'javascript_is_better' => 'FreshRSS es mai agradable amb lo JavaScript activat',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/pl/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'General configuration has been saved.', // TODO
),
'congratulations' => 'Congratulations!', // TODO
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', // TODO
'default_user' => array(
'_' => 'Username of the default user', // TODO
'max_char' => 'maximum 16 alphanumeric characters', // TODO
),
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // TODO
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // TODO
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/pt-br/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Configurações gerais foram salvas.',
),
'congratulations' => 'Parabéns!',
'default_user' => 'Usuário do usuário padrão <small>(máximo de 16 caracteres alfanuméricos)</small>',
'default_user' => array(
'_' => 'Usuário do usuário padrão',
'max_char' => 'máximo de 16 caracteres alfanuméricos',
),
'fix_errors_before' => 'Por favor solucione os erros antes de ir para o próximo passo.',
'javascript_is_better' => 'O FreshRSS é mais agradável com o JavaScript ativo',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/ru/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Общие настройки сохранены.',
),
'congratulations' => 'Поздравляем!',
'default_user' => 'Имя пользователя по умолчанию <small>(не более 16 буквенно-цифровых символов)</small>',
'default_user' => array(
'_' => 'Имя пользователя по умолчанию',
'max_char' => 'не более 16 буквенно-цифровых символов',
),
'fix_errors_before' => 'Пожалуйста, исправьте ошибки, прежде чем перейти к следующему шагу.',
'javascript_is_better' => 'Пользоваться FreshRSS приятнее с включённым JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/sk/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Hlavné nastavenia boli uložené.',
),
'congratulations' => 'Nastavenia!',
'default_user' => 'Hlavné používateľské meno <small>(najviac 16 alfanumerických znakov)</small>',
'default_user' => array(
'_' => 'Hlavné používateľské meno',
'max_char' => 'najviac 16 alfanumerických znakov',
),
'fix_errors_before' => 'Prosím, pred pokračovaním opravte chyby.',
'javascript_is_better' => 'FreshRSS si užijete viac, keď povolíte JavaScript',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/tr/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => 'Genel yapılandırma ayarları kayıt edildi.',
),
'congratulations' => 'Tebrikler!',
'default_user' => 'Öntanımlı kullanıcı adı <small>(en fazla 16 alfanümerik karakter)</small>',
'default_user' => array(
'_' => 'Öntanımlı kullanıcı adı',
'max_char' => 'en fazla 16 alfanümerik karakter',
),
'fix_errors_before' => 'Lütfen sonraki adıma geçmek için hataları düzeltin.',
'javascript_is_better' => 'FreshRSS JavaScript ile daha işlevseldir',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/zh-cn/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => '常规配置已保存',
),
'congratulations' => '恭喜!',
'default_user' => '默认用户名 <small>(最多 16 个数字或字母)</small>',
'default_user' => array(
'_' => '默认用户名',
'max_char' => '最多 16 个数字或字母',
),
'fix_errors_before' => '请在继续下一步前修复错误',
'javascript_is_better' => '启用 JavaScript 会使 FreshRSS 工作得更好',
'js' => array(
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/zh-tw/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
'ok' => '常規配置已保存',
),
'congratulations' => '恭喜!',
'default_user' => '默認用戶名 <small>(最多 16 個數字或字母)</small>',
'default_user' => array(
'_' => '默認用戶名',
'max_char' => '最多 16 個數字或字母',
),
'fix_errors_before' => '請在繼續下一步前修復錯誤',
'javascript_is_better' => '啟用 JavaScript 會使 FreshRSS 工作得更好',
'js' => array(
Expand Down