diff options
author | ThibG <thib@sitedethib.com> | 2018-07-11 19:53:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 19:53:43 +0200 |
commit | 017628fd003e17df7ae28fe62db64abd2e6f680e (patch) | |
tree | c6cad9011fd1900dc1062b67b0db400418832ce8 /config/locales/activerecord.cs.yml | |
parent | 612b00d1bb91c6b11f00fdb273dd8cd2ca883b12 (diff) | |
parent | 6f0f583abeb34737f01defab5cdee7b626447f5e (diff) |
Merge pull request #567 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/locales/activerecord.cs.yml')
-rw-r--r-- | config/locales/activerecord.cs.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/locales/activerecord.cs.yml b/config/locales/activerecord.cs.yml new file mode 100644 index 000000000..006d3e600 --- /dev/null +++ b/config/locales/activerecord.cs.yml @@ -0,0 +1,13 @@ +--- +cs: + activerecord: + errors: + models: + account: + attributes: + username: + invalid: pouze písmena, číslice a podtržítka + status: + attributes: + reblog: + taken: stavu již existuje |