-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
136 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
slogan: "PasteBin lain yang berbasis Cloudflare Worker", | ||
en: "Bahasa Inggris", | ||
zh: "Bahasa Cina", | ||
"zh-CN": "Bahasa Cina", | ||
privateTip: "Apakah privat (kata sandi acak)", | ||
expiration: "Waktu kedaluwarsa (detik)", | ||
textShare: "Berbagi teks", | ||
fileShare: "Berbagi file", | ||
fileShareTip: "Seret file ke sini atau langsung tempel file atau", | ||
viewFiles: "Lihat file", | ||
createPaste: "Buat berbagi", | ||
uploadError: "Gagal mengunggah: ", | ||
uploading: "Mengunggah...", | ||
fileSizeError: "Ukuran file tidak boleh lebih dari 25MB", | ||
tutorial: "Panduan penggunaan", | ||
uploadSuccess: "Berhasil diunggah", | ||
uploadSuccessTip: | ||
"File Anda telah berhasil diunggah, klik tombol di bawah untuk menyalin tautan", | ||
copyLink: "Salin tautan", | ||
copySuccess: "Berhasil menyalin", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
slogan: "Cloudflare Workerに基づく別のPasteBin", | ||
en: "英語", | ||
zh: "中国語", | ||
"zh-CN": "中国語", | ||
privateTip: "プライベートかどうか(ランダムなパスワード)", | ||
expiration: "有効期限(秒)", | ||
textShare: "テキストを共有", | ||
fileShare: "ファイルを共有", | ||
fileShareTip: "ここにファイルをドラッグするか、直接ファイルを貼り付けるか", | ||
viewFiles: "ファイルを表示", | ||
createPaste: "共有を作成", | ||
uploadError: "アップロードに失敗しました: ", | ||
uploading: "アップロード中...", | ||
fileSizeError: "ファイルサイズは25MBを超えることはできません", | ||
tutorial: "使用チュートリアル", | ||
uploadSuccess: "アップロード成功", | ||
uploadSuccessTip: | ||
"ファイルのアップロードが成功しました、以下のボタンをクリックしてリンクをコピーしてください", | ||
copyLink: "リンクをコピー", | ||
copySuccess: "コピー成功", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
slogan: "Еще один PasteBin, основанный на Cloudflare Worker", | ||
en: "Английский", | ||
zh: "Китайский", | ||
"zh-CN": "Китайский", | ||
privateTip: "Приватный (случайный пароль)", | ||
expiration: "Время истечения (в секундах)", | ||
textShare: "Поделиться текстом", | ||
fileShare: "Поделиться файлом", | ||
fileShareTip: "Перетащите файл сюда или просто вставьте файл или", | ||
viewFiles: "Просмотреть файлы", | ||
createPaste: "Создать общую ссылку", | ||
uploadError: "Ошибка загрузки: ", | ||
uploading: "Загрузка...", | ||
fileSizeError: "Размер файла не может превышать 25MB", | ||
tutorial: "Руководство", | ||
uploadSuccess: "Успешная загрузка", | ||
uploadSuccessTip: | ||
"Ваш файл успешно загружен, нажмите на кнопку ниже, чтобы скопировать ссылку", | ||
copyLink: "Скопировать ссылку", | ||
copySuccess: "Копирование успешно", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
slogan: "Otro PasteBin basado en Cloudflare Worker", | ||
en: "Inglés", | ||
zh: "Chino", | ||
"zh-CN": "Chino", | ||
privateTip: "Es privado (contraseña aleatoria)", | ||
expiration: "Tiempo de caducidad (segundos)", | ||
textShare: "Compartir texto", | ||
fileShare: "Compartir archivos", | ||
fileShareTip: "Arrastrar el archivo aquí o pegar directamente el archivo o", | ||
viewFiles: "Ver archivos", | ||
createPaste: "Crear compartir", | ||
uploadError: "Error de subida: ", | ||
uploading: "Subiendo...", | ||
fileSizeError: "El tamaño del archivo no puede exceder de 25MB", | ||
tutorial: "Tutorial", | ||
uploadSuccess: "Subida exitosa", | ||
uploadSuccessTip: | ||
"Su archivo se ha subido con éxito, haga clic en el botón de abajo para copiar el enlace", | ||
copyLink: "Copiar enlace", | ||
copySuccess: "Copia exitosa", | ||
}; |