mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Create auth.php
Welsh translation / cyfieithiad Cymraeg
This commit is contained in:
parent
66d4b9a0bf
commit
56a98a8ecb
1 changed files with 15 additions and 0 deletions
15
resources/lang/cy/auth.php
Normal file
15
resources/lang/cy/auth.php
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?php
|
||||||
|
return [
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
'failed' => 'Nid yw'r manylion mewngofnodi hyn yn cyd-fynd â'n cofnodion.',
|
||||||
|
'throttle' => 'Gormod o ymdrechion mewngofnodi. Rhowch gynnig arall arni mewn :seconds eiliadau.',
|
||||||
|
];
|
Loading…
Reference in a new issue