Skip to content

Commit

Permalink
📝 Improve initialization data sync interaction #8220
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 15, 2023
1 parent 9a03f1e commit 2513cbc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/appearance/langs/en_US.json
@@ -1,4 +1,6 @@
{
"confirmPassword": "Confirm that the password has been remembered",
"passwordNoMatch": "Password input does not match twice",
"cloudConfigTip": "Please configure in [Settings - Cloud]",
"confirmUninstall": "Are you sure you want to uninstall ${name}?",
"scrollGetMore": "Don't panic... scroll up and down to load more",
Expand Down
2 changes: 2 additions & 0 deletions app/appearance/langs/es_ES.json
@@ -1,4 +1,6 @@
{
"confirmPassword": "Confirme que la contraseña ha sido recordada",
"passwordNoMatch": "La entrada de contraseña no coincide dos veces",
"cloudConfigTip": "Configure en [Configuración - Nube]",
"confirmUninstall": "¿Está seguro de que desea desinstalar ${name}?",
"scrollGetMore": "No se asuste... desplácese hacia arriba y hacia abajo para cargar más",
Expand Down
2 changes: 2 additions & 0 deletions app/appearance/langs/fr_FR.json
@@ -1,4 +1,6 @@
{
"confirmPassword": "Confirmer que le mot de passe a été mémorisé",
"passwordNoMatch": "La saisie du mot de passe ne correspond pas deux fois",
"cloudConfigTip": "Veuillez configurer dans [Paramètres - Cloud]",
"confirmUninstall": "Êtes-vous sûr de vouloir désinstaller ${name} ?",
"scrollGetMore": "Ne paniquez pas... faites défiler de haut en bas pour en charger plus",
Expand Down
2 changes: 2 additions & 0 deletions app/appearance/langs/zh_CHT.json
@@ -1,4 +1,6 @@
{
"confirmPassword": "確認已經牢記密碼",
"passwordNoMatch": "密碼兩次輸入不一致",
"cloudConfigTip": "請在 [設置 - 雲端] 中進行配置",
"confirmUninstall": "確定卸載 ${name} ?",
"scrollGetMore": "不要驚慌...上下滾動即可加載更多內容",
Expand Down

0 comments on commit 2513cbc

Please sign in to comment.