mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
Added general locale for cases when a name is optional and is not specified. [fixes SCI-1187]
This commit is contained in:
parent
cb1ad9e0be
commit
c8ba234023
1 changed files with 1 additions and 0 deletions
|
@ -1600,6 +1600,7 @@ en:
|
||||||
length_too_long: "Search query is too long (maximum is %{max_length} characters)"
|
length_too_long: "Search query is too long (maximum is %{max_length} characters)"
|
||||||
length_too_short: "Search query is too short (minimum is %{min_length} characters)"
|
length_too_short: "Search query is too short (minimum is %{min_length} characters)"
|
||||||
busy: "The server is still processing your request. If you leave this page, the changes will be lost! Are you sure you want to continue?"
|
busy: "The server is still processing your request. If you leave this page, the changes will be lost! Are you sure you want to continue?"
|
||||||
|
no_name: "(no name)"
|
||||||
|
|
||||||
Add: "Add"
|
Add: "Add"
|
||||||
Asset: "File"
|
Asset: "File"
|
||||||
|
|
Loading…
Reference in a new issue