mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
"nodejs": "nodejs",
|
||||
"online": "çevrimiçi",
|
||||
"git": "git",
|
||||
"process-memory": "process memory",
|
||||
"system-memory": "system memory",
|
||||
"used-memory-process": "Used memory by process",
|
||||
"used-memory-os": "Used system memory",
|
||||
"total-memory-os": "Total system memory",
|
||||
"process-memory": "işlem belleği",
|
||||
"system-memory": "sistem hafızası",
|
||||
"used-memory-process": "İşleme göre kullanılan bellek",
|
||||
"used-memory-os": "Kullanılan sistem belleği",
|
||||
"total-memory-os": "Toplam sistem belleği",
|
||||
"load": "sistem yüklemesi",
|
||||
"cpu-usage": "cpu kullanımı",
|
||||
"uptime": "kesintisiz çalışma süresi",
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
"subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. <code>0</code> for midnight, <code>17</code> for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.<br /> The approximate server time is: <span id=\"serverTime\"></span><br /> The next daily digest is scheduled to be sent <span id=\"nextDigestTime\"></span>",
|
||||
"notifications.remove-images": "Görselleri e-posta bildirimlerinden kaldır",
|
||||
"require-email-address": "Yeni kullanıcıların bir e-posta adresi belirtmesini gerektir",
|
||||
"require-email-address-warning": "By default, users can opt-out of entering an email address by leaving the field blank. Enabling this option means they have to enter an email address in order to proceed with registration. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
|
||||
"send-validation-email": "Send validation emails when an email is added or changed",
|
||||
"require-email-address-warning": "Varsayılan olarak kullanıcıların bir e-posta adresi girmesi devre dışıdır. Bu seçeneğin etkinleştirirseniz kullanıcı kayıt esnasında bir e-posta adresi girmek zorunda kalır. <strong>Elbette bu kullanıcının gerçek bir e-posta adresi veya kendine ait olan bir e-posta girdiği anlamını her zaman taşımaz.</strong>",
|
||||
"send-validation-email": "Bir e-posta eklendiğinde veya değiştirildiğinde doğrulama için e-posta gönderilsin",
|
||||
"include-unverified-emails": "E-postalarını onaylamayan alıcılara onay e-postası gönderin",
|
||||
"include-unverified-warning": "Varsayılan olarak, hesaplarıyla ilişkili e-postaları olan kullanıcılar (Sosyal Login) zaten doğrulanmıştır, ancak durumun böyle olmadığı durumlar vardır (ör. Riski size ait olmak üzere bu ayarı etkinleştirin – doğrulanmamış adreslere e-posta göndermek, bölgesel istenmeyen posta önleme <strong>yasalarının ihlali olabilir.</strong>",
|
||||
"prompt": "Kullanıcılardan e-postalarını girmelerini veya onaylamalarını isteyin",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"invalid-data": "Geçersiz Veri",
|
||||
"invalid-json": "Geçersiz JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
"wrong-parameter-type": "\"%1\" özelliği için %3 türünde bir değer bekleniyordu, ancak bunun yerine %2 alındı",
|
||||
"required-parameters-missing": "Bu API çağrısında gerekli parametreler eksikti: %1",
|
||||
"not-logged-in": "Giriş yapmamış görünüyorsunuz.",
|
||||
"account-locked": "Hesabınız geçici olarak kilitlendi",
|
||||
"search-requires-login": "Arama yapmak için üyelik hesabı gerekiyor. Lütfen giriş yapın ya da kaydolun.",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
"acp-title": "%1 | NodeBB 管理员控制面板",
|
||||
"settings-header-contents": "内容",
|
||||
"changes-saved": "Changes Saved",
|
||||
"changes-saved-message": "Your changes to the NodeBB configuration have been saved.",
|
||||
"changes-not-saved": "Changes Not Saved",
|
||||
"changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)"
|
||||
"changes-saved": "更改已保存",
|
||||
"changes-saved-message": "您对 NodeBB 配置的更改已保存。",
|
||||
"changes-not-saved": "更改未保存",
|
||||
"changes-not-saved-message": "NodeBB 在保存您的更改时遇到了问题。 (%1)"
|
||||
}
|
||||
Reference in New Issue
Block a user