Skip to content

Commit 3864b33

Browse files
committed
see #203 : fix text
1 parent c6a8046 commit 3864b33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

web/src/ui/i18n/sill_en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@
271271
"softwareType-stack": "Stack",
272272
"softwareType-cloud": "Cloud Hosted App",
273273
"supportedOS": "Supported OS",
274-
"repoMetadata": "Medata From Repository",
275-
"repoLastCommit": "Last Commit",
276-
"repoLastClosedIssuePullRequest": "Last Merged Request",
277-
"repoLastClosedIssue": "Last Close Issue"
274+
"repoMetadata": "Medata from repository",
275+
"repoLastCommit": "Last commit",
276+
"repoLastClosedIssuePullRequest": "Last merged request",
277+
"repoLastClosedIssue": "Last closed issue"
278278
},
279279
"referencedInstancesTab": {
280280
"publicInstanceCount": "{{instanceCount}} maintained public $t(referencedInstancesTab.instance, {\"count\": {{instanceCount}} }) by {{organizationCount}} public $t(referencedInstancesTab.organization, {\"count\": {{organizationCount}} })",

web/src/ui/i18n/sill_fr.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@
275275
"softwareType-cloud": "Application cloud",
276276
"supportedOS": "Système d'exploitation supporté",
277277
"repoMetadata": "Meta données de la forge logicielle",
278-
"repoLastCommit": "Denier Commit",
279-
"repoLastClosedIssuePullRequest": "Dernier merge",
280-
"repoLastClosedIssue": "Dernière issue fermé"
278+
"repoLastCommit": "Denrier commit",
279+
"repoLastClosedIssuePullRequest": "Dernier demande de merge",
280+
"repoLastClosedIssue": "Dernière ticket fermé"
281281
},
282282
"referencedInstancesTab": {
283283
"publicInstanceCount": "{{instanceCount}} $t(referencedInstancesTab.instance, {\"count\": {{instanceCount}} }) web $t(referencedInstancesTab.maintain, {\"count\": {{instanceCount}} }) par {{organizationCount}} $t(referencedInstancesTab.organization, {\"count\": {{organizationCount}} }) $t(referencedInstancesTab.public, {\"count\": {{organizationCount}} }",

0 commit comments

Comments
 (0)