Skip to content

Commit 15ac60c

Browse files
committed
feat(i18n): add tooltip description uri
1 parent 5920351 commit 15ac60c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/i18n/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@
362362
},
363363
"organisation": {
364364
"uri": {
365-
"label": "Organisations-URI"
365+
"label": "Organisations-URI",
366+
"description": "Eine eindeutige Kennung für die Organisation, die die Software entwickelt, wartet oder besitzt. Es kann eine standardmäßige URI oder ein URN sein (z. B. urn:x-italian-pa:[codiceIPA] für italienische öffentliche Verwaltungen)."
366367
}
367368
},
368369
"fundedBy": {

src/i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@
378378
},
379379
"organisation": {
380380
"uri": {
381-
"label": "Organisation URI"
381+
"label": "Organisation URI",
382+
"description": "A unique identifier for the organisation that develops, maintains or owns the software. It can be a standard URI or a URN (e.g., urn:x-italian-pa:[codiceIPA] for Italian public administrations)."
382383
}
383384
},
384385
"fundedBy": {

src/i18n/locales/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@
375375
},
376376
"organisation": {
377377
"uri": {
378-
"label": "URI de l’organisation"
378+
"label": "URI de l'organisation",
379+
"description": "Un identifiant unique pour l'organisation qui développe, maintient ou possède le logiciel. Il peut s'agir d'un URI standard ou d'un URN (par exemple, urn:x-italian-pa:[codiceIPA] pour les administrations publiques italiennes)."
379380
}
380381
},
381382
"fundedBy": {

src/i18n/locales/it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@
379379
},
380380
"organisation": {
381381
"uri": {
382-
"label": "URI organizzazione"
382+
"label": "URI organizzazione",
383+
"description": "Un identificatore univoco per l'organizzazione che sviluppa, mantiene o possiede il software. Può essere un URI standard o un URN (ad esempio, urn:x-italian-pa:[codiceIPA] per le amministrazioni pubbliche italiane)."
383384
}
384385
},
385386
"fundedBy": {

src/i18n/locales/nl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@
378378
},
379379
"organisation": {
380380
"uri": {
381-
"label": "Organisatie-URI"
381+
"label": "Organisatie-URI",
382+
"description": "Een unieke identifier voor de organisatie die de software ontwikkelt, onderhoudt of bezit. Het kan een standaard URI of een URN zijn (bijv. urn:x-italian-pa:[codiceIPA] voor Italiaanse openbare besturen)."
382383
}
383384
},
384385
"fundedBy": {

0 commit comments

Comments
 (0)