Browse Source

New translations en.json (French)

pull/3747/head
navi 2 years ago
parent
commit
5760cb3953
  1. 13
      packages/nc-gui/lang/fr.json

13
packages/nc-gui/lang/fr.json

@ -103,7 +103,8 @@
"editor": "Éditeur", "editor": "Éditeur",
"commenter": "Commentateur", "commenter": "Commentateur",
"viewer": "Lecture seule" "viewer": "Lecture seule"
} },
"sqlVIew": "SQL View"
}, },
"datatype": { "datatype": {
"ID": "Identifiant", "ID": "Identifiant",
@ -157,6 +158,7 @@
"isNotNull": "est non null" "isNotNull": "est non null"
}, },
"title": { "title": {
"erdView": "ERD View",
"newProj": "Nouveau projet", "newProj": "Nouveau projet",
"myProject": "Mes projets", "myProject": "Mes projets",
"formTitle": "Intitulé du formulaire", "formTitle": "Intitulé du formulaire",
@ -406,7 +408,14 @@
"linkRecord": "Link record", "linkRecord": "Link record",
"addNewRecord": "Add new record", "addNewRecord": "Add new record",
"useConnectionUrl": "Use Connection URL", "useConnectionUrl": "Use Connection URL",
"toggleCommentsDraw": "Toggle comments draw" "toggleCommentsDraw": "Toggle comments draw",
"erd": {
"showColumns": "Show Columns",
"showPkAndFk": "Show Primary and Foreign Keys",
"showSqlViews": "Show SQL Views",
"showMMTables": "Show Many to Many tables",
"showJunctionTableNames": "Show Junction Table Names"
}
}, },
"tooltip": { "tooltip": {
"saveChanges": "Sauvegarder les modifications", "saveChanges": "Sauvegarder les modifications",

Loading…
Cancel
Save