forked from jae-jae/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtr-TR.js
More file actions
25 lines (25 loc) · 674 Bytes
/
Copy pathtr-TR.js
File metadata and controls
25 lines (25 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export default {
table: {
tips: 'Bu sayfa için {count} sayıda betik bulundu',
install: 'Yükle',
title: 'Başlık',
author: 'Yazar',
authorTips: '{name} ana sayfasına ulaşmak için tıkla',
dailyInstalls: 'Günlük',
updatedTime: 'Güncellendi',
action: 'İşlem',
version: 'Sürüm',
score: 'Puan',
totalInstalls: 'Toplam Yükleme',
description: 'Açıklama',
donate: 'Bağış',
wechat: 'Wechat',
alipay: 'Alipay',
paypal: 'PayPal',
closeDonate: 'Bağışı Kapat',
feedback: 'Geri Bildirim',
close: 'Tekrar Gösterme',
scriptInstalling: 'Betik yükleniyor...',
search: 'Ara'
}
}