mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-20 20:31:02 -05:00
75 lines
3.4 KiB
PHP
75 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'action' => 'Gweithredu',
|
|
'activity' => 'Gweithgaredd',
|
|
'approved' => 'Cymeradwywyd',
|
|
'author' => 'Awdur',
|
|
'bug' => 'Byg',
|
|
'category-quick-search' => 'Chwiliad cyflym o r enw pwnc (o fewn categori)',
|
|
'close-topic' => 'Lock Topic',
|
|
'closed' => 'Ar gau',
|
|
'create-new-topic' => 'Creu Pwnc Newydd',
|
|
'created' => 'Crëwyd',
|
|
'current' => 'Cyfredol',
|
|
'delete-topic' => 'Dileu Y Pwnc hwn',
|
|
'denied' => 'Wedi i wrthod',
|
|
'dislike-post' => 'Ddim yn hoffi Y Swydd hon',
|
|
'display-forum' => 'Dangoswch bynciau yn',
|
|
'edit-post' => 'Golygu Post',
|
|
'edit-topic' => 'Golygu Pwnc',
|
|
'forum' => 'Fforwm',
|
|
'forums' => 'Fforymau',
|
|
'implemented' => 'Wedi i weithredu',
|
|
'in' => 'Yn',
|
|
'invalid' => 'Annilys',
|
|
'label' => 'Label',
|
|
'label-system' => 'System Label',
|
|
'last-message' => 'Neges Olaf',
|
|
'last-post-info' => 'Post Diwethaf',
|
|
'latest' => 'Diweddaraf',
|
|
'like-post' => 'Fel This Post',
|
|
'meta-category' => 'Rhestr o fforymau yn y categori',
|
|
'moderation' => 'Safoni',
|
|
'name' => 'Enw',
|
|
'not-connected' => 'Rhaid i chi fod yn gysylltiedig',
|
|
'not-subscribed' => 'Heb ei Danysgrifio',
|
|
'open' => 'Agored',
|
|
'open-topic' => 'Agorwch y Pwnc hwn',
|
|
'permalink' => 'Permalink',
|
|
'pin' => 'Pin',
|
|
'post' => 'Post',
|
|
'post-quick-search' => 'Chwiliad cyflym ar ôl y corff',
|
|
'posts' => 'Swyddi',
|
|
'quote' => 'Dyfyniad',
|
|
'read-topic' => 'Darllenwch y Pwnc',
|
|
'replies' => 'Atebion',
|
|
'send-new-topic' => 'Arbedwch y Pwnc hwn',
|
|
'solved' => 'Datryswyd',
|
|
'state' => 'Nodwch',
|
|
'stats' => 'Ystadegau',
|
|
'subscribed' => 'Tanysgrifio',
|
|
'subscription-quick-search' => 'Chwiliad cyflym o r enw pwnc (o fewn tanysgrifiadau)',
|
|
'suggestion' => 'Awgrym',
|
|
'topic' => 'Pwnc',
|
|
'topic-closed' => 'Mae r Pwnc hwn ar Gau',
|
|
'topic-name' => 'Enw pwnc',
|
|
'topic-quick-search' => 'Chwiliad cyflym o r enw pwnc',
|
|
'topic-title' => 'Teitl y Pwnc hwn',
|
|
'topics' => 'Pynciau',
|
|
'unpin' => 'Unpin',
|
|
'view-all' => 'Gweld pob pwnc',
|
|
'views' => 'Barn',
|
|
];
|