Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
New Crowdin updates (#401)
Browse files Browse the repository at this point in the history
* Update source file pwa.en-US.yml

* New translations pwa.en-US.yml (Japanese)

* New translations pwa.en-US.yml (Chinese Simplified)

* New translations formula.en-US.yml (Japanese)

* New translations formula.en-US.yml (Chinese Simplified)

* Update source file formula.en-US.yml
  • Loading branch information
Li Ding authored Jul 19, 2022
1 parent 8f7f040 commit 57e240a
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 8 deletions.
21 changes: 21 additions & 0 deletions apps/server-monolith/config/locales/formula.ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ ja-JP:
formula:
errors:
parse:
chevrotain:
mismatch_token: 'Mismatch token: %{image}'
not_all_input_parsed: 'Not all input parsed: %{image}'
build_no_viable_alt: 'Parse error: %{image}'
unavailable:
thisRecord: thisRecord is only available in spreadsheet
thisRow: thisRow is only available in spreadsheet
Expand All @@ -13,6 +17,7 @@ ja-JP:
variable: Circular dependency found in variable
spreadsheet: Circular dependency found in spreadsheet when parse
mismatch:
type: Expected %{expected} but got %{got}
argument_count: Argument count mismatch
expression_count: Expression count mismatch
missing:
Expand All @@ -23,8 +28,24 @@ ja-JP:
token: Missing closing token
record:
key_duplicated: Record key duplicated
not_found:
spreadsheet: Spreadsheet not found
column: Column not found
row: Row not found
block: Block not found
function: Function %{key} not found
interpret:
not_a_number: NaN
circular_dependency:
spreadsheet: Circular dependency found in spreadsheet when run
runtime:
division_by_zero: Division by zero
not_found:
spreadsheet: Spreadsheet not found
column: Column not found
key: Key %{key} not found
spreadsheet:
empty: Spreadsheet is empty
column_same_namespace_check: Column must be in the same namespace
other:
not_supported: Not supported
21 changes: 21 additions & 0 deletions apps/server-monolith/config/locales/formula.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ zh-CN:
formula:
errors:
parse:
chevrotain:
mismatch_token: 'Mismatch token: %{image}'
not_all_input_parsed: 'Not all input parsed: %{image}'
build_no_viable_alt: 'Parse error: %{image}'
unavailable:
thisRecord: thisRecord is only available in spreadsheet
thisRow: thisRow is only available in spreadsheet
Expand All @@ -13,6 +17,7 @@ zh-CN:
variable: Circular dependency found in variable
spreadsheet: Circular dependency found in spreadsheet when parse
mismatch:
type: Expected %{expected} but got %{got}
argument_count: Argument count mismatch
expression_count: Expression count mismatch
missing:
Expand All @@ -23,8 +28,24 @@ zh-CN:
token: Missing closing token
record:
key_duplicated: Record key duplicated
not_found:
spreadsheet: Spreadsheet not found
column: Column not found
row: Row not found
block: Block not found
function: Function %{key} not found
interpret:
not_a_number: NaN
circular_dependency:
spreadsheet: Circular dependency found in spreadsheet when run
runtime:
division_by_zero: Division by zero
not_found:
spreadsheet: Spreadsheet not found
column: Column not found
key: Key %{key} not found
spreadsheet:
empty: Spreadsheet is empty
column_same_namespace_check: Column must be in the same namespace
other:
not_supported: Not supported
13 changes: 9 additions & 4 deletions apps/server-monolith/config/locales/pwa.ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,15 @@ ja-JP:
remove: Remove anchor mark
link:
title: リンク
placeholder: リンクを貼り付け
confirm: Link to web page
copy: リンクをコピー
delete: リンクを削除
inline_link:
edit:
title: Add Link
placeholder: Paste link or search pages...
remove: Remove
blank: Link can not be blank.
options:
group_label: Link to page
link_web: Link to web
image_block:
hint: 画像を追加する
deletion_confirm:
Expand Down
13 changes: 9 additions & 4 deletions apps/server-monolith/config/locales/pwa.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,15 @@ zh-CN:
remove: 删除锚点标记
link:
title: 链接
placeholder: 粘贴链接
confirm: 链接到网页
copy: 复制链接
delete: 移除链接
inline_link:
edit:
title: Add Link
placeholder: Paste link or search pages...
remove: Remove
blank: Link can not be blank.
options:
group_label: Link to page
link_web: Link to web
image_block:
hint: 添加图片
deletion_confirm:
Expand Down

0 comments on commit 57e240a

Please sign in to comment.