Skip to content

Commit

Permalink
Merge branch 'origin/develop' into Weblate.
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jul 26, 2022
2 parents 95835c7 + 3f300f0 commit 13a5e31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Riot/Assets/sv.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2299,9 +2299,9 @@
"password_validation_error_contain_uppercase_letter" = "Innehåller en versal.";
"password_validation_error_contain_lowercase_letter" = "Innehåller en gemen.";
/* The placeholder will show a number */
"password_validation_error_max_length" = "Max %@ tecken.";
"password_validation_error_max_length" = "Max %d tecken.";
/* The placeholder will show a number */
"password_validation_error_min_length" = "Minst %@ tecken.";
"password_validation_error_min_length" = "Minst %d tecken.";
"password_validation_error_header" = "Det angivna lösenordet uppfyller inte kriterierna nedan:";

// MARK: Password Validation
Expand Down
4 changes: 4 additions & 0 deletions Riot/Assets/uk.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2620,3 +2620,7 @@
// MARK: Authentication
"authentication_registration_title" = "Створити обліковий запис";
"authentication_server_info_title_login" = "Де відбуватимуться ваші розмови";
"location_sharing_invalid_power_level_message" = "Ви повинні мати відповідні дозволи, щоб ділитися поточним місцем перебування в цій кімнаті.";
"location_sharing_invalid_power_level_title" = "Ви не маєте дозволу ділитися поточним місцем перебування";
"authentication_choose_password_not_verified_message" = "Перевірте свою поштову скриньку";
"authentication_choose_password_not_verified_title" = "Електронна адреса не підтверджена";
1 change: 1 addition & 0 deletions Riot/Assets/zh_Hans.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2086,3 +2086,4 @@
"room_many_users_are_typing" = "%@、%@和其他人正在输入……";
/* The placeholder %1$tu will be replaced with a number and %2$@ with the user's search terms. */
"directory_search_results" = "为%2$@找到%1$tu个结果";
"onboarding_splash_page_2_title" = "一切都在你的掌控中。";

0 comments on commit 13a5e31

Please sign in to comment.