Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 6 additions & 2 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@
"goTo": "Im Drehbuch anzeigen",
"confirmRestore": "Dies ersetzt den passenden Inhalt in Ihrem Drehbuch.",
"restore": "Wiederherstellen",
"cancel": "Abbrechen"
"cancel": "Abbrechen",
"scenesEmpty": "Noch keine Szenen",
"comments": "Kommentare",
"commentsEmpty": "Keine aktiven Kommentare",
"shelfEmptySelection": "Wählen Sie eine Version aus der Ablage zur Bearbeitung aus"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -489,4 +493,4 @@
"monthsAgo": "Vor {months, plural, one {# Monat} other {# Monaten}}",
"moreThanYearAgo": "Vor über einem Jahr"
}
}
}
952 changes: 478 additions & 474 deletions messages/es.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@
"goTo": "Aller au scénario",
"confirmRestore": "Cela remplacera le contenu correspondant dans votre scénario.",
"restore": "Restaurer",
"cancel": "Annuler"
"cancel": "Annuler",
"scenesEmpty": "Aucune scène pour le moment",
"comments": "Commentaires",
"commentsEmpty": "Aucun commentaire actif",
"shelfEmptySelection": "Sélectionnez une version sur l'étagère pour la modifier"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -489,4 +493,4 @@
"monthsAgo": "Il y a {months, plural, one {# mois} other {# mois}}",
"moreThanYearAgo": "Il y a plus d'un an"
}
}
}
8 changes: 6 additions & 2 deletions messages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@
"goTo": "脚本内で移動",
"confirmRestore": "脚本内の一致するコンテンツが置き換えられます。",
"restore": "復元",
"cancel": "キャンセル"
"cancel": "キャンセル",
"scenesEmpty": "まだシーンはありません",
"comments": "コメント",
"commentsEmpty": "アクティブなコメントはありません",
"shelfEmptySelection": "編集するシェルフのバージョンを選択してください"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -488,4 +492,4 @@
"monthsAgo": "{months}ヶ月前",
"moreThanYearAgo": "1年以上前"
}
}
}
8 changes: 6 additions & 2 deletions messages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@
"goTo": "각본에서 이동",
"confirmRestore": "이것은 각본의 해당 내용을 대체합니다.",
"restore": "복원",
"cancel": "취소"
"cancel": "취소",
"scenesEmpty": "아직 씬이 없습니다",
"comments": "코멘트",
"commentsEmpty": "활성 코멘트가 없습니다",
"shelfEmptySelection": "편집할 보관함 버전을 선택하세요"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -488,4 +492,4 @@
"monthsAgo": "{months}달 전",
"moreThanYearAgo": "1년 이상 전"
}
}
}
8 changes: 6 additions & 2 deletions messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@
"goTo": "Przejdź do scenariusza",
"confirmRestore": "Spowoduje to zastąpienie pasującej treści w scenariuszu.",
"restore": "Przywróć",
"cancel": "Anuluj"
"cancel": "Anuluj",
"scenesEmpty": "Brak scen",
"comments": "Komentarze",
"commentsEmpty": "Brak aktywnych komentarzy",
"shelfEmptySelection": "Wybierz wersję z półki do edycji"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -488,4 +492,4 @@
"monthsAgo": "{months, plural, one {# miesiąc} few {# miesiące} many {# miesięcy} other {# miesięcy}} temu",
"moreThanYearAgo": "Ponad rok temu"
}
}
}
8 changes: 6 additions & 2 deletions messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@
"goTo": "在剧本中定位",
"confirmRestore": "这将替换剧本中匹配的内容。",
"restore": "恢复",
"cancel": "取消"
"cancel": "取消",
"scenesEmpty": "暂无场景",
"comments": "评论",
"commentsEmpty": "没有活动的评论",
"shelfEmptySelection": "选择要编辑的搁置版本"
},
"formatDropdown": {
"elements": {
Expand Down Expand Up @@ -488,4 +492,4 @@
"monthsAgo": "{months} 个月前",
"moreThanYearAgo": "1 年前"
}
}
}
Loading