mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Added missing entry to the language files
This commit is contained in:
parent
a314d8b838
commit
c460cd9efe
@ -78,6 +78,7 @@ return [
|
||||
'string' => '<em>:attribute</em> muss :size Zeichen lang sein.',
|
||||
'array' => '<em>:attribute</em> muss :size Werte enthalten.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => '<em>:attribute</em> wurde beirets gewählt.',
|
||||
'url' => 'Das Format von <em>:attribute</em> ist nicht korrekt.',
|
||||
'timezone' => '<em>:attribute</em> muss eine valide Zeitzone sein.',
|
||||
|
@ -69,6 +69,7 @@ return [
|
||||
'string' => 'crwdns428:0crwdne428:0',
|
||||
'array' => 'crwdns429:0crwdne429:0',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'crwdns144:0crwdne144:0',
|
||||
'url' => 'crwdns145:0crwdne145:0',
|
||||
'timezone' => 'crwdns146:0crwdne146:0',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'El :attribute debe tener :size caracteres.',
|
||||
'array' => 'El :attribute debe contener :size objetos.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'El :attribute ya ha sido usado.',
|
||||
'url' => 'El formato :attribute es inválido.',
|
||||
'timezone' => 'El :attribute debe ser una zona válida.',
|
||||
|
@ -77,6 +77,7 @@ return [
|
||||
'string' => 'Le nombre de caractères du champ :attribute doit être de :size caractères.',
|
||||
'array' => 'Le champ :attribute doit contenir :size objets.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'Le champ :attribute est déjà utilisé.',
|
||||
'url' => 'Le format du champ :attribute est invalide.',
|
||||
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => ':attribute harus :size karakter.',
|
||||
'array' => ':attribute harus berisi :size item.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => ':attribute sudah ada.',
|
||||
'url' => 'Format :attribute tidak benar.',
|
||||
'timezone' => ':attribute harus merupakan zona yang benar.',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'Het :attribute-formaat is ongeldig.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'O :attribute deve ter :size caracteres.',
|
||||
'array' => 'O :attribute deve ter :size itens.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'O :attribute já existe.',
|
||||
'url' => 'O formato de :attribute é inválido.',
|
||||
'timezone' => 'O :attribute deve ser uma zona válida.',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => ':attribute 必须是 :size 个字符',
|
||||
'array' => ':attribute 必须包含 :size 个',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => ':attribute 已经被占用',
|
||||
'url' => ':attribute 的格式无效',
|
||||
'timezone' => ':attribute 必须是个有效的区域。',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user