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

New Crowdin updates #476

Merged
merged 5 commits into from
Jul 26, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions apps/server-monolith/config/locales/formula.en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ en-US:
invalid: Variable name is not valid
duplicated: Name exist in same namespace
circular_dependency:
variable: Circular dependency found in variable
spreadsheet: Circular dependency found in spreadsheet when parse
variable: Circular dependency problem found with variable
spreadsheet: Circular dependency problem found with spreadsheet
mismatch:
type: Expected %{expected} but got %{got}
argument_count: Argument count mismatch
Expand All @@ -37,7 +37,8 @@ en-US:
interpret:
not_a_number: NaN
circular_dependency:
spreadsheet: Circular dependency found in spreadsheet when run
variable: Circular dependency problem found with variable at runtime
spreadsheet: Circular dependency problem found with spreadsheet at runtime
runtime:
division_by_zero: Division by zero
not_found:
Expand Down
7 changes: 4 additions & 3 deletions apps/server-monolith/config/locales/formula.ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ja-JP:
invalid: Variable name is not valid
duplicated: Name exist in same namespace
circular_dependency:
variable: Circular dependency found in variable
spreadsheet: Circular dependency found in spreadsheet when parse
variable: Circular dependency problem found with variable
spreadsheet: Circular dependency problem found with spreadsheet
mismatch:
type: Expected %{expected} but got %{got}
argument_count: Argument count mismatch
Expand All @@ -37,7 +37,8 @@ ja-JP:
interpret:
not_a_number: NaN
circular_dependency:
spreadsheet: Circular dependency found in spreadsheet when run
variable: Circular dependency problem found with variable at runtime
spreadsheet: Circular dependency problem found with spreadsheet at runtime
runtime:
division_by_zero: Division by zero
not_found:
Expand Down
7 changes: 4 additions & 3 deletions apps/server-monolith/config/locales/formula.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ zh-CN:
invalid: Variable name is not valid
duplicated: Name exist in same namespace
circular_dependency:
variable: Circular dependency found in variable
spreadsheet: Circular dependency found in spreadsheet when parse
variable: Circular dependency problem found with variable
spreadsheet: Circular dependency problem found with spreadsheet
mismatch:
type: Expected %{expected} but got %{got}
argument_count: Argument count mismatch
Expand All @@ -37,7 +37,8 @@ zh-CN:
interpret:
not_a_number: NaN
circular_dependency:
spreadsheet: Circular dependency found in spreadsheet when run
variable: Circular dependency problem found with variable at runtime
spreadsheet: Circular dependency problem found with spreadsheet at runtime
runtime:
division_by_zero: Division by zero
not_found:
Expand Down
2 changes: 1 addition & 1 deletion apps/server-monolith/config/locales/pwa.ja-JP.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ja-JP:
meta:
personal_pod_desc: My Pod
group_pod_desc: Team Pod
settings:
app_title: MashCard Settings
group_pod_desc: チームポッド
errors:
invalid_operation_type: Invalid operation type
menu:
Expand Down
2 changes: 1 addition & 1 deletion apps/server-monolith/config/locales/pwa.zh-CN.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
zh-CN:
meta:
personal_pod_desc: My Pod
group_pod_desc: Team Pod
settings:
app_title: MashCard Settings
group_pod_desc: 团队 Pod
errors:
invalid_operation_type: 无效的操作类型
menu:
Expand Down