Browse Source

fix: add missing keys

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/401/head
Wing-Kam Wong 3 years ago committed by Pranav C
parent
commit
4e4346420d
  1. 26
      packages/nc-gui/static/lang/fr.json
  2. 10
      packages/nc-gui/static/lang/ja.json
  3. 12
      packages/nc-gui/static/lang/zh.json

26
packages/nc-gui/static/lang/fr.json

@ -66,6 +66,8 @@
"projects.ext_db.head.title": "Créer un projet | Noco",
"projects.ext_db.dialog.success": "Connexion réussi",
"projects.ext_db.dialog.failure": "Echec de connexion :",
"projects.notifications.no_new": "No new notifications",
"projects.notifications.clear": "Clear",
"signin.title": "Connexion",
"signin.enter_your_work_email": "Saisir votre adresse email professionnel",
"signin.enter_your_password": "Saisir votre mot de passe",
@ -80,6 +82,14 @@
"signin.head.meta.hid": "Se connecter à Noco",
"signin.head.meta.name": "Se connecter à Noco",
"signin.head.meta.content": "Se connecter à Noco",
"signin.password.recovery.title": "Reset your password",
"signin.password.recovery.message_1": "Please provide the email address you used when you signed up.",
"signin.password.recovery.message_2": "We will send you an email with a link to reset your password.",
"signin.password.recovery.success": "Please check your email to reset the password",
"signin.password.recovery.button": "SEND EMAIL",
"signup.title": "SIGN UP",
"signup.you_will_be_the_super_admin": "You will be the 'Super Admin'",
"signup.already_ve_an_account": "Already have an account ?",
"treeview.settings": "Paramètres",
"treeview.settings.tooltip": "Visible uniquement pour les créateurs",
"treeview.app_store": "Magasin d'applications",
@ -113,5 +123,19 @@
"nav_drawer.share_view.toggle.option1": "Restreindre l’accès à l’aide d’un mot de passe",
"nav_drawer.share_view.toggle.option2": "L’accès est restreint par un mot de passe",
"nav_drawer.share_view.password.caption": "Saisie le mot de passe",
"nav_drawer.share_view.password.button": "Enregistrer le mot de passe"
"nav_drawer.share_view.password.button": "Enregistrer le mot de passe",
"management.tabs.user": "Users Management",
"management.tabs.api": "API Tokens Management",
"management.tabs.roles": "Roles Management",
"management.meta.title": "Metadata Operations",
"management.meta.export_to_file": "Export to file",
"management.meta.import": "Import",
"management.meta.export_to_zip": "Export zip",
"management.meta.import_zip": "Import zip",
"management.meta.reset": "Reset",
"management.meta.export_to_file.desc": "Export all metadata from the meta tables to meta directory.",
"management.meta.import.desc": "Import all metadata from the meta directory to meta tables.",
"management.meta.export_to_zip.desc": "Export project meta to zip file and download.",
"management.meta.import_zip.desc": "Import project meta zip file and restart.",
"management.meta.reset.desc": "Clear all metadata from meta tables."
}

10
packages/nc-gui/static/lang/ja.json

@ -66,6 +66,8 @@
"projects.ext_db.head.title": "Create Project | Noco",
"projects.ext_db.dialog.success": "Connection was successful",
"projects.ext_db.dialog.failure": "Connection Failure:",
"projects.notifications.no_new": "No new notifications",
"projects.notifications.clear": "Clear",
"signin.title": "SIGN IN",
"signin.enter_your_work_email": "Enter your work email",
"signin.enter_your_password": "Enter your password",
@ -80,6 +82,14 @@
"signin.head.meta.hid": "Log In To Noco",
"signin.head.meta.name": "Log In To Noco",
"signin.head.meta.content": "Log In To Noco",
"signin.password.recovery.title": "Reset your password",
"signin.password.recovery.message_1": "Please provide the email address you used when you signed up.",
"signin.password.recovery.message_2": "We will send you an email with a link to reset your password.",
"signin.password.recovery.success": "Please check your email to reset the password",
"signin.password.recovery.button": "SEND EMAIL",
"signup.title": "SIGN UP",
"signup.you_will_be_the_super_admin": "You will be the 'Super Admin'",
"signup.already_ve_an_account": "Already have an account ?",
"treeview.settings": "Settings",
"treeview.settings.tooltip": "Only visible to Creator",
"treeview.app_store": "App Store",

12
packages/nc-gui/static/lang/zh.json

@ -66,6 +66,8 @@
"projects.ext_db.head.title": "Create Project | Noco",
"projects.ext_db.dialog.success": "Connection was successful",
"projects.ext_db.dialog.failure": "Connection Failure:",
"projects.notifications.no_new": "No new notifications",
"projects.notifications.clear": "Clear",
"signin.title": "SIGN IN",
"signin.enter_your_work_email": "Enter your work email",
"signin.enter_your_password": "Enter your password",
@ -80,6 +82,14 @@
"signin.head.meta.hid": "Log In To Noco",
"signin.head.meta.name": "Log In To Noco",
"signin.head.meta.content": "Log In To Noco",
"signin.password.recovery.title": "Reset your password",
"signin.password.recovery.message_1": "Please provide the email address you used when you signed up.",
"signin.password.recovery.message_2": "We will send you an email with a link to reset your password.",
"signin.password.recovery.success": "Please check your email to reset the password",
"signin.password.recovery.button": "SEND EMAIL",
"signup.title": "SIGN UP",
"signup.you_will_be_the_super_admin": "You will be the 'Super Admin'",
"signup.already_ve_an_account": "Already have an account ?",
"treeview.settings": "Settings",
"treeview.settings.tooltip": "Only visible to Creator",
"treeview.app_store": "App Store",
@ -128,4 +138,4 @@
"management.meta.export_to_zip.desc": "Export project meta to zip file and download.",
"management.meta.import_zip.desc": "Import project meta zip file and restart.",
"management.meta.reset.desc": "Clear all metadata from meta tables."
}
}
Loading…
Cancel
Save