Skip to content

Commit

Permalink
update localization
Browse files Browse the repository at this point in the history
  • Loading branch information
advu committed Oct 17, 2024
1 parent 8ca00df commit 9960784
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/components/LibraryView/StoryListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ const StoryListItem = ({ story, libraryShown, selectedGroup }) => {
</div>
)}

{libraryShown.group && storyGroupShareInfo.hidden && (
{libraryShown.group && storyGroupShareInfo?.hidden && (
<>
<Popup
basic
Expand Down
10 changes: 8 additions & 2 deletions client/util/translations/revita/en/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,13 @@
"group-hidden-story": "Thе story is hidden for this group",
"flashcard-translation-target-language": "Translation target language:",
"flashcard-upload-instructions-2": "Note (for now): the words will be translated only into the language you select above. If you want them to work with another language, please upload another deck of cards in another file.",
"release-story": "Release story",
"release-story": "Unhide story",
"hide-story": "Hide story",
"share-as-a-hidden-story": "Share as a hidden story"
"share-as-a-hidden-story": "Share as hidden",
"import-story": "Import story",
"import-story-label": "Import stories from other groups",
"import-story-description": "<h5>Select groups to import</h5>",
"import-from": "Import stories from ...",
"import-story-message": "Message:",
"correct-answer-to-question": "Correct!"
}
10 changes: 8 additions & 2 deletions client/util/translations/revita/fi/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,13 @@
"group-hidden-story": "Tarina on piilotettu tältä ryhmältä",
"flashcard-translation-target-language": "Käännöksen kieli:",
"flashcard-upload-instructions-2": "Huomautus (toistaiseksi): nämä kortit käännetään vain yllä valitsemaksesi kieleksi. Jos haluat niiden toimivan toisella kielellä, lataa toinen korttipakka toisessa tiedostossa.",
"release-story": "Release story",
"release-story": "Unhide story",
"hide-story": "Hide story",
"share-as-a-hidden-story": "Share as a hidden story"
"share-as-a-hidden-story": "Share as hidden",
"import-story": "Import story",
"import-story-label": "Import stories from other groups",
"import-story-description": "<h5>Select groups to import</h5>",
"import-from": "Import stories from ...",
"import-story-message": "Message:",
"correct-answer-to-question": "Oikein!"
}
10 changes: 8 additions & 2 deletions client/util/translations/revita/it/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,13 @@
"group-hidden-story": "La storia è nascosta per questo gruppo",
"flashcard-translation-target-language": "Lingua di traduzione:",
"flashcard-upload-instructions-2": "Nota (per ora): le parole saranno tradotte solo nella lingua selezionata sopra. Se vuoi che funzionino con un'altra lingua, carica un altro mazzo di carte in un altro file.",
"release-story": "Release story",
"release-story": "Unhide story",
"hide-story": "Hide story",
"share-as-a-hidden-story": "Share as a hidden story"
"share-as-a-hidden-story": "Share as hidden",
"import-story": "Import story",
"import-story-label": "Import stories from other groups",
"import-story-description": "<h5>Select groups to import</h5>",
"import-from": "Import stories from ...",
"import-story-message": "Message:",
"correct-answer-to-question": "Correct!"
}
10 changes: 8 additions & 2 deletions client/util/translations/revita/ru/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,13 @@
"group-hidden-story": "История скрыта для этой группы",
"flashcard-translation-target-language": "Язык перевода:",
"flashcard-upload-instructions-2": "Примечание (на данный момент): слова будут переведены только на язык выбранный выше. Чтобы они работали с другим языком, загрузи другую колоду карт в другом файле.",
"release-story": "Release story",
"release-story": "Unhide story",
"hide-story": "Hide story",
"share-as-a-hidden-story": "Share as a hidden story"
"share-as-a-hidden-story": "Share as hidden",
"import-story": "Import story",
"import-story-label": "Import stories from other groups",
"import-story-description": "<h5>Select groups to import</h5>",
"import-from": "Import stories from ...",
"import-story-message": "Message:",
"correct-answer-to-question": "Correct!"
}
10 changes: 8 additions & 2 deletions client/util/translations/revita/zh/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,13 @@
"group-hidden-story": "本文在当前小组内处于隐藏状态",
"flashcard-translation-target-language": "翻译目标语言:",
"flashcard-upload-instructions-2": "Note (for now): the words will be translated only into the language you select above. If you want them to work with another language, please upload another deck of cards in another file.",
"release-story": "Release story",
"release-story": "Unhide story",
"hide-story": "Hide story",
"share-as-a-hidden-story": "Share as a hidden story"
"share-as-a-hidden-story": "Share as hidden",
"import-story": "Import story",
"import-story-label": "Import stories from other groups",
"import-story-description": "<h5>Select groups to import</h5>",
"import-from": "Import stories from ...",
"import-story-message": "Message:",
"correct-answer-to-question": "Correct!"
}

0 comments on commit 9960784

Please sign in to comment.