-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(locales): update patents locales and add language to search-patents
- Loading branch information
Showing
9 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
client/src/pages/search/components/patents/patent-item/locales/de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"patents.item.badges.main": "Patentfamilie", | ||
"patents.item.badges.isInternational": "International", | ||
"patents.item.badges.isOeb": "Europäisches Amt", | ||
"patents.item.badges.application-count": "{count, plural, one {# Anmeldung} other {# Anmeldungen}}", | ||
"patents.item.badges.granted": "Erteilte Patente", | ||
"patents.item.dep-count": "{count, plural, one {# Anmelder} other {# Anmelder}}", | ||
"patents.item.inv-count": "{count, plural, one {# Erfinder} other {# Erfinder}}", | ||
"patents.item.publication-date": "Erstveröffentlichung am {date}", | ||
"patents.item.submission-date": "Erstanmeldung am {date}" | ||
} |
11 changes: 11 additions & 0 deletions
11
client/src/pages/search/components/patents/patent-item/locales/en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"patents.item.badges.main": "Patent Family", | ||
"patents.item.badges.isInternational": "International", | ||
"patents.item.badges.isOeb": "European Office", | ||
"patents.item.badges.application-count": "{count, plural, one {# application} other {# applications}}", | ||
"patents.item.badges.granted": "Granted Patents", | ||
"patents.item.dep-count": "{count, plural, one {# applicant} other {# applicants}}", | ||
"patents.item.inv-count": "{count, plural, one {# inventor} other {# inventors}}", | ||
"patents.item.publication-date": "First published on {date}", | ||
"patents.item.submission-date": "First filed on {date}" | ||
} |
11 changes: 11 additions & 0 deletions
11
client/src/pages/search/components/patents/patent-item/locales/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"patents.item.badges.main": "Familia de Patentes", | ||
"patents.item.badges.isInternational": "Internacional", | ||
"patents.item.badges.isOeb": "Oficina Europea", | ||
"patents.item.badges.application-count": "{count, plural, one {# solicitud} other {# solicitudes}}", | ||
"patents.item.badges.granted": "Patentes Concedidas", | ||
"patents.item.dep-count": "{count, plural, one {# solicitante} other {# solicitantes}}", | ||
"patents.item.inv-count": "{count, plural, one {# inventor} other {# inventores}}", | ||
"patents.item.publication-date": "Publicado por primera vez el {date}", | ||
"patents.item.submission-date": "Presentado por primera vez el {date}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters