Skip to content

Commit

Permalink
feat: add translations for undo/redo
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Apr 27, 2024
1 parent 93697a9 commit 0fa9033
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/i18n/fr-FR/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: 'Défaire',
redo: 'Réexécuter',
editing: 'Édition',
autoSaved: 'Enregistré automatiquement',
unpublished: 'Non publié',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/ja-JP/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: '元に戻す',
redo: 'やり直し',
editing: '編集中',
autoSaved: '自動保存済み',
unpublished: '未公開',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/pt-BR/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: 'Desfazer',
redo: 'Refazer',
editing: 'Editando',
autoSaved: 'Auto-salvo',
unpublished: 'Não publicado',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/uk-UA/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: 'Скасувати',
redo: 'Повторити',
editing: 'Редагування',
autoSaved: 'Автоматично збережено',
unpublished: 'Неопубліковано',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/vi-VN/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: 'Hoàn tác',
redo: 'Làm lại',
editing: 'Chỉnh sửa',
autoSaved: 'Tự động lưu',
unpublished: 'Chưa xuất bản',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/zh-Hans/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const translation = {
common: {
undo: '撤销',
redo: '重做',
editing: '编辑中',
autoSaved: '自动保存',
unpublished: '未发布',
Expand Down

0 comments on commit 0fa9033

Please sign in to comment.