Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mostly i18n fr labels and some en labels also #2694

Merged
merged 7 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/renderer/reader/components/ReaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ const AnnotationList: React.FC<{ annotationUUIDFocused: string, resetAnnotationU
ref={annotationTitleRef}
className="R2_CSS_CLASS__FORCE_NO_FOCUS_OUTLINE" />
</div>
<Popover.Close aria-label={__("catalog.export")} asChild>
<Popover.Close aria-label={__("reader.annotations.export")} asChild>
<button type="submit" onClick={() => {
const annotations = annotationListFiltered.map(([, anno]) => {
const { creator } = anno;
Expand All @@ -1150,7 +1150,7 @@ const AnnotationList: React.FC<{ annotationUUIDFocused: string, resetAnnotationU
downloadAnnotationJSON(contents, label);
}} className={stylesButtons.button_primary_blue}>
<SVG svg={SaveIcon} />
{__("catalog.export")}
{__("reader.annotations.export")}
</button>
</Popover.Close>
</form>
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "Rød",
"yellow": "Gul"
},
"export": "",
"filter": {
"all": "Alle",
"filterByColor": "Filtrér efter Farve",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
3 changes: 2 additions & 1 deletion src/resources/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"delete": "Delete",
"deleteBook": "Delete",
"deleteTag": "Delete tag",
"deleteTag": "Deletße tag",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, no?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was fixed (outdated file)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, my new cheap keyboard :) , difficult to handle

"description": "Description",
"emptyTagList": "No tagged publications.",
"entry": {
Expand Down Expand Up @@ -342,6 +342,7 @@
"red": "Red",
"yellow": "Yellow"
},
"export": "Save notes as",
"filter": {
"all": "All",
"filterByColor": "Filter by Color",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "Rouge",
"yellow": "Jaune"
},
"export": "Sauvegarder sous",
"filter": {
"all": "Tous",
"filterByColor": "Filtré par couleur",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ka.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/lt.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/pt-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "Vermelho",
"yellow": "Amarelo"
},
"export": "",
"filter": {
"all": "Tudo",
"filterByColor": "Filtrar por cor",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "Röd",
"yellow": "Gul"
},
"export": "",
"filter": {
"all": "Alla",
"filterByColor": "Filtrera efter färg",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
1 change: 1 addition & 0 deletions src/resources/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
"red": "",
"yellow": ""
},
"export": "",
"filter": {
"all": "",
"filterByColor": "",
Expand Down
Loading
Loading