Compare commits

...

3 Commits

Author SHA1 Message Date
syuilo a1bebd1de3 New translations ja-jp.yml (English) 2025-05-23 02:51:18 +09:00
syuilo fadba9ceee New translations ja-jp.yml (Catalan) 2025-05-23 02:51:16 +09:00
syuilo c5f62086d6 New translations ja-jp.yml (Chinese Simplified) 2025-05-23 01:48:09 +09:00
3 changed files with 14 additions and 0 deletions

View File

@ -1001,6 +1001,7 @@ failedToUpload: "Ha fallat la pujada"
cannotUploadBecauseInappropriate: "Aquest fitxer no es pot pujar perquè s'ha trobat que algunes parts són inapropiades."
cannotUploadBecauseNoFreeSpace: "Ha fallat la pujada del fitxer perquè no hi ha capacitat al Disc."
cannotUploadBecauseExceedsFileSizeLimit: "Aquest fitxer no es pot pujar perquè supera la mida permesa."
cannotUploadBecauseUnallowedFileType: "Impossible pujar l'arxiu no és un tipus de fitxer autoritzat."
beta: "Proves"
enableAutoSensitive: "Marcar com a sensible automàticament "
enableAutoSensitiveDescription: "Permet la detecció i el marcat automàtic dels mitjans sensibles fent servir aprenentatge automàtic quan sigui possible. Si aquesta opció es troba desactivada potser que estigui activada per a tota la instància. "
@ -1981,6 +1982,8 @@ _role:
canImportMuting: "Autoritza la importació de silenciats"
canImportUserLists: "Autoritza la importació de llistes d'usuaris "
chatAvailability: "Es permet xatejar"
uploadableFileTypes: "Tipus de fitxers que en podeu pujar"
uploadableFileTypes_caption: "Especifica el tipus MIME. Es poden especificar diferents tipus MIME separats amb una nova línia, i es poden especificar comodins amb asteriscs (*). (Per exemple: image/*)"
_condition:
roleAssignedTo: "Assignat a rols manuals"
isLocal: "Usuari local"
@ -3092,6 +3095,7 @@ _uploader:
abortConfirm: "Hi ha un arxiu que no s'ha pujat, vols cancel·lar?"
doneConfirm: "Hi han fitxers no pujats, vols completar-los?"
maxFileSizeIsX: "La mida màxima d'arxiu que es pot pujar és {x}."
allowedTypes: "Tipus de fitxers que en podeu pujar"
_clientPerformanceIssueTip:
title: "Si creus que el consum de bateria és molt alt"
makeSureDisabledAdBlocker: "Desactiva els bloquejadors de publicitat"

View File

@ -579,6 +579,7 @@ newNoteRecived: "There are new notes"
newNote: "New Note"
sounds: "Sounds"
sound: "Sounds"
notificationSoundSettings: "Notification sound settings"
listen: "Listen"
none: "None"
showInPage: "Show in page"
@ -1000,6 +1001,7 @@ failedToUpload: "Upload failed"
cannotUploadBecauseInappropriate: "This file could not be uploaded because parts of it have been detected as potentially inappropriate."
cannotUploadBecauseNoFreeSpace: "Upload failed due to lack of Drive capacity."
cannotUploadBecauseExceedsFileSizeLimit: "This file cannot be uploaded as it exceeds the file size limit."
cannotUploadBecauseUnallowedFileType: "Unable to upload due to unauthorized file type."
beta: "Beta"
enableAutoSensitive: "Automatic marking as sensitive"
enableAutoSensitiveDescription: "Allows automatic detection and marking of sensitive media through Machine Learning where possible. Even if this option is disabled, it may be enabled instance-wide."
@ -1357,6 +1359,7 @@ emojiMute: "Mute emoji"
emojiUnmute: "Unmute emoji"
muteX: "Mute {x}"
unmuteX: "Unmute {x}"
abort: "Abort"
_chat:
noMessagesYet: "No messages yet"
newMessage: "New message"
@ -1979,6 +1982,8 @@ _role:
canImportMuting: "Allow importing muting"
canImportUserLists: "Allow importing lists"
chatAvailability: "Allow Chat"
uploadableFileTypes: "Uploadable file types"
uploadableFileTypes_caption: "Specifies the allowed MIME/file types. Multiple MIME types can be specified by separating them with a new line, and wildcards can be specified with an asterisk (*). (e.g., image/*)"
_condition:
roleAssignedTo: "Assigned to manual roles"
isLocal: "Local user"
@ -3090,6 +3095,7 @@ _uploader:
abortConfirm: "Some files have not been uploaded, do you want to abort?"
doneConfirm: "Some files have not been uploaded, do you want to continue anyway?"
maxFileSizeIsX: "The maximum file size that can be uploaded is {x}"
allowedTypes: "Uploadable file types"
_clientPerformanceIssueTip:
title: "Performance tips"
makeSureDisabledAdBlocker: "Disable your adblocker"

View File

@ -1001,6 +1001,7 @@ failedToUpload: "上传失败"
cannotUploadBecauseInappropriate: "因为可能含有不适宜的内容,无法上传。"
cannotUploadBecauseNoFreeSpace: "因为已无可用空间,无法上传。"
cannotUploadBecauseExceedsFileSizeLimit: "无法上传文件,超过文件大小限制。"
cannotUploadBecauseUnallowedFileType: "因文件类型被禁止而无法上传。"
beta: "测试"
enableAutoSensitive: "自动 NSFW 识别"
enableAutoSensitiveDescription: "使用机器学习在可用时自动使用 NSFW 标记来标记媒体。即使您关闭此功能,根据服务器的不同,它仍然可能会自动设置。"
@ -1981,6 +1982,8 @@ _role:
canImportMuting: "允许导入隐藏列表"
canImportUserLists: "允许导入用户列表"
chatAvailability: "允许聊天"
uploadableFileTypes: "可上传的文件类型"
uploadableFileTypes_caption: "指定 MIME 类型。可用换行指定多个类型,也可以用星号(*)作为通配符。(如 image/*"
_condition:
roleAssignedTo: "已分配给手动角色"
isLocal: "是本地用户"
@ -3092,6 +3095,7 @@ _uploader:
abortConfirm: "还有未上传的文件,要中止吗?"
doneConfirm: "还有未上传的文件,要完成吗?"
maxFileSizeIsX: "可上传最大 {x} 的文件。"
allowedTypes: "可上传的文件类型"
_clientPerformanceIssueTip:
title: "如果觉得电池耗电过高"
makeSureDisabledAdBlocker: "请关闭广告拦截器"