зеркало из https://github.com/mozilla/brackets.git
Thimble-L10N - Pull new strings from Thimble
This commit is contained in:
Родитель
4835e7287e
Коммит
ea292a8ba1
|
@ -0,0 +1,87 @@
|
|||
############
|
||||
## ERRORS ##
|
||||
############
|
||||
|
||||
# General File I/O Error strings
|
||||
|
||||
# Error message prefix that will look like: "(error my message)"
|
||||
|
||||
# File Open/Save Error strings
|
||||
|
||||
# The {0} here will be replaced by an actual error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {0} will be replaced with a filename
|
||||
# {1} will be replaced with a file name and {2} will be replaced by an error message
|
||||
# {1} will be replaced with a directory name and {2} will be replaced by an error message
|
||||
|
||||
# Project max files Error strings
|
||||
|
||||
|
||||
# Saving Errors
|
||||
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
|
||||
|
||||
#############
|
||||
## GENERAL ##
|
||||
#############
|
||||
|
||||
# Delete
|
||||
|
||||
# {0} will be replaced by a directory name
|
||||
|
||||
# General Dialog/Button labels
|
||||
|
||||
|
||||
# Quick Edit
|
||||
|
||||
|
||||
# Quick Docs
|
||||
|
||||
|
||||
# Context Menu Commands
|
||||
|
||||
|
||||
# Drag and Drop
|
||||
|
||||
# {0} will be replaced by a zip filename
|
||||
# {0} will be replaced by a tar filename
|
||||
|
||||
################
|
||||
## EXTENSIONS ##
|
||||
################
|
||||
|
||||
# extensions/default/InlineColorEditor
|
||||
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
|
||||
# extensions/default/JavaScriptCodeHints
|
||||
|
||||
|
||||
# extensions/default/QuickView
|
||||
|
||||
|
||||
# extensions/default/WebPlatformDocs
|
||||
|
||||
|
||||
# extensions/default/UploadFiles
|
||||
|
||||
|
||||
# extensions/default/BrambleUrlCodeHints
|
||||
|
||||
|
||||
# extensions/default/bramble-move-file
|
||||
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
|
@ -0,0 +1,87 @@
|
|||
############
|
||||
## ERRORS ##
|
||||
############
|
||||
|
||||
# General File I/O Error strings
|
||||
|
||||
# Error message prefix that will look like: "(error my message)"
|
||||
|
||||
# File Open/Save Error strings
|
||||
|
||||
# The {0} here will be replaced by an actual error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {0} will be replaced with a filename
|
||||
# {1} will be replaced with a file name and {2} will be replaced by an error message
|
||||
# {1} will be replaced with a directory name and {2} will be replaced by an error message
|
||||
|
||||
# Project max files Error strings
|
||||
|
||||
|
||||
# Saving Errors
|
||||
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
|
||||
|
||||
#############
|
||||
## GENERAL ##
|
||||
#############
|
||||
|
||||
# Delete
|
||||
|
||||
# {0} will be replaced by a directory name
|
||||
|
||||
# General Dialog/Button labels
|
||||
|
||||
|
||||
# Quick Edit
|
||||
|
||||
|
||||
# Quick Docs
|
||||
|
||||
|
||||
# Context Menu Commands
|
||||
|
||||
|
||||
# Drag and Drop
|
||||
|
||||
# {0} will be replaced by a zip filename
|
||||
# {0} will be replaced by a tar filename
|
||||
|
||||
################
|
||||
## EXTENSIONS ##
|
||||
################
|
||||
|
||||
# extensions/default/InlineColorEditor
|
||||
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
|
||||
# extensions/default/JavaScriptCodeHints
|
||||
|
||||
|
||||
# extensions/default/QuickView
|
||||
|
||||
|
||||
# extensions/default/WebPlatformDocs
|
||||
|
||||
|
||||
# extensions/default/UploadFiles
|
||||
|
||||
|
||||
# extensions/default/BrambleUrlCodeHints
|
||||
|
||||
|
||||
# extensions/default/bramble-move-file
|
||||
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=জরুরি ডকুমেন্টস
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=ফাইল সমর্থিত সর্বোচ্চ আয়তন ছাড়িয়ে গেছে: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=অসমর্থিত ফাইলের ধরণ
|
||||
DND_ERROR_UNZIP=unzip করা সম্ভব হয় নি
|
||||
DND_ERROR_UNTAR=untar করা সম্ভব হয় নি
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Rychlé dokumenty
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=soubor překračuje maximální podporovanou velikost: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=nepodporovaný typ souboru
|
||||
DND_ERROR_UNZIP=nelze rozbalit soubor
|
||||
DND_ERROR_UNTAR=nelze rozbalit soubor
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Schnelldokumentation
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=Datei überschreitet die maximale unterstützte Größe: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=Nicht unterstützter Dateityp
|
||||
DND_ERROR_UNZIP=ZIP-Datei konnte nicht entpackt werden
|
||||
DND_ERROR_UNTAR=TAR-Datei konnte nicht entpackt werden
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Quick Docs
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=dataja pśekšaca maksimalnu pódpěranu wjelikosć: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=njepódpěrany datajowy typ
|
||||
DND_ERROR_UNZIP=zip-dataja njedajo se wupakowaś
|
||||
DND_ERROR_UNTAR=tar-dataja njedajo se wupakowaś
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Γρήγορα έγγραφα
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=το αρχείο ξεπερνά το μέγιστο υποστηριζόμενο μέγεθος: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=μη υποστηριζόμενος τύπος αρχείου
|
||||
DND_ERROR_UNZIP=αδυναμία αποσυμπίεσης αρχείου
|
||||
DND_ERROR_UNTAR=αδυναμία αποσυμπίεσης αρχείου .tar
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Quick Docs
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=file exceeds maximum supported size: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=unsupported file type
|
||||
DND_ERROR_UNZIP=unable to unzip file
|
||||
DND_ERROR_UNTAR=unable to untar file
|
||||
|
|
|
@ -126,7 +126,7 @@ CMD_TOGGLE_QUICK_DOCS=Quick Docs
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=file exceeds maximum supported size: 3MB
|
||||
DND_MAX_SIZE_EXCEEDED=file exceeds maximum supported size: {0} MB.
|
||||
DND_UNSUPPORTED_FILE_TYPE=unsupported file type
|
||||
DND_ERROR_UNZIP=unable to unzip file
|
||||
DND_ERROR_UNTAR=unable to untar file
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Documentos rápidos
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=el archivo excede el tamaño máximo soportado: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=tipo de archivo no soportado
|
||||
DND_ERROR_UNZIP=no se pudo descomprimir el archivo zip
|
||||
DND_ERROR_UNTAR=no se pudo descomprimir el archivo tar
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Documentos rápidos
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=el archivo supera el tamaño máximo permitido: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=tipo de archivo no admitido
|
||||
DND_ERROR_UNZIP=no se pudo comprimir el archivo
|
||||
DND_ERROR_UNTAR=no se pudo descomprimir el archivo
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Documentation
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=le fichier dépasse la taille maximale autorisée : 3 Mo
|
||||
DND_UNSUPPORTED_FILE_TYPE=type de fichier non pris en charge
|
||||
DND_ERROR_UNZIP=impossible de décompresser le fichier depuis le format .zip
|
||||
DND_ERROR_UNTAR=impossible de décompresser le fichier depuis le format .tar
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Brza dokumentacija
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=datoteka premašuje maksimalnu podržanu veličinu: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=nepodržana vrsta datoteke
|
||||
DND_ERROR_UNZIP=nemoguće raspakirati datoteku
|
||||
DND_ERROR_UNTAR=nemoguće rastarirati datoteku
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Quick Docs
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=dataja maksimalnu podpěranu wulkosć překročuje: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=njepodpěrany datajowy typ
|
||||
DND_ERROR_UNZIP=zip-dataja njeda so wupakować
|
||||
DND_ERROR_UNTAR=tar-dataja njeda so wupakować
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Gyors dokumentáció
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=a fájl meghaladja a legnagyobb támogatott méretet: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=nem támogatott fájltípus
|
||||
DND_ERROR_UNZIP=nem lehet kibontani a zip fájlt
|
||||
DND_ERROR_UNTAR=nem lehet kibontani a tar fájlt
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
############
|
||||
## ERRORS ##
|
||||
############
|
||||
|
||||
# General File I/O Error strings
|
||||
|
||||
# Error message prefix that will look like: "(error my message)"
|
||||
|
||||
# File Open/Save Error strings
|
||||
|
||||
# The {0} here will be replaced by an actual error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {0} will be replaced with a filename
|
||||
# {1} will be replaced with a file name and {2} will be replaced by an error message
|
||||
# {1} will be replaced with a directory name and {2} will be replaced by an error message
|
||||
|
||||
# Project max files Error strings
|
||||
|
||||
|
||||
# Saving Errors
|
||||
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
|
||||
|
||||
#############
|
||||
## GENERAL ##
|
||||
#############
|
||||
|
||||
# Delete
|
||||
|
||||
# {0} will be replaced by a directory name
|
||||
|
||||
# General Dialog/Button labels
|
||||
|
||||
|
||||
# Quick Edit
|
||||
|
||||
|
||||
# Quick Docs
|
||||
|
||||
|
||||
# Context Menu Commands
|
||||
|
||||
|
||||
# Drag and Drop
|
||||
|
||||
# {0} will be replaced by a zip filename
|
||||
# {0} will be replaced by a tar filename
|
||||
|
||||
################
|
||||
## EXTENSIONS ##
|
||||
################
|
||||
|
||||
# extensions/default/InlineColorEditor
|
||||
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
|
||||
# extensions/default/JavaScriptCodeHints
|
||||
|
||||
|
||||
# extensions/default/QuickView
|
||||
|
||||
|
||||
# extensions/default/WebPlatformDocs
|
||||
|
||||
|
||||
# extensions/default/UploadFiles
|
||||
|
||||
|
||||
# extensions/default/BrambleUrlCodeHints
|
||||
|
||||
|
||||
# extensions/default/bramble-move-file
|
||||
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Documenti rapidi
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=il file supera la massima dimensione supportata: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=tipologia di file non supportata
|
||||
DND_ERROR_UNZIP=impossibile decomprimere il file zip
|
||||
DND_ERROR_UNTAR=impossibile decomprimere il file tar
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Tasemlit
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=afaylu iɛedda teɣzi tafellayt yettwasirgen : 3 MAṬ
|
||||
DND_UNSUPPORTED_FILE_TYPE=anaw n ufaylu ur yettusefrak ara
|
||||
DND_ERROR_UNZIP=ur izmir ara ad isefruri afaylu
|
||||
DND_ERROR_UNTAR=ur izmir ara ad isefruri afaylu n umasal tar
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=빠른 문서
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=지원되는 최대 크기 초과: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=지원되지 않는 파일 형식
|
||||
DND_ERROR_UNZIP=파일의 zip 압축을 풀 수 없음
|
||||
DND_ERROR_UNTAR=파일의 tar 묶음을 풀 수 없음
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Snelle docs
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=bestand overschrijdt maximaal ondersteunde grootte: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=niet-ondersteund bestandstype
|
||||
DND_ERROR_UNZIP=kan zip-bestand niet uitpakken
|
||||
DND_ERROR_UNTAR=kan tar-bestand niet uitpakken
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Documentos rápidos
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=arquivo excede o tamanho máximo suportado: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=tipo de arquivo não suportado
|
||||
DND_ERROR_UNZIP=não foi possível descompactar o arquivo
|
||||
DND_ERROR_UNTAR=não foi possível descompactar o arquivo
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Documentos rápidos
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=o ficheiro excede o tamanho máximo suportado: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=tipo de ficheiro não suportado
|
||||
DND_ERROR_UNZIP=incapaz de extrair ficheiro
|
||||
DND_ERROR_UNTAR=incapaz de extrair ficheiro
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Быстрые документы
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=файл превышает максимальный допустимый размер: 3МБ
|
||||
DND_UNSUPPORTED_FILE_TYPE=неподдерживаемый тип файла
|
||||
DND_ERROR_UNZIP=не удалось распаковать zip-файл
|
||||
DND_ERROR_UNTAR=не удалось распаковать tar-файл
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Hitri dokumenti
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=datoteka presega največjo dovoljeno velikost: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=nepodprta oblika datoteke
|
||||
DND_ERROR_UNZIP=datoteke ni mogoče razširiti
|
||||
DND_ERROR_UNTAR=datoteke ni mogoče razširiti
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Dokumentim Përpunimesh të Shpejta
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=kartela tejkalon madhësinë maksimum që mbulohet: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=lloj i pambuluar kartele
|
||||
DND_ERROR_UNZIP=s’arrihet të shpaketohet kartela zip
|
||||
DND_ERROR_UNTAR=s’arrihet të shpaketohet kartela tar
|
||||
|
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=Snabbdokument
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=fil överskrider maximal storlek som stöds: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=filtypen stöds inte
|
||||
DND_ERROR_UNZIP=det går inte att packa upp filen
|
||||
DND_ERROR_UNTAR=det går inte att packa upp tar-filen
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=శీఘ్ర పత్రాలు
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=ఫైల్ గరిష్ట మద్దతు పరిమాణం మించినది: 3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=మద్దతీయని ఫైల్ రకము
|
||||
DND_ERROR_UNZIP=ఫైలు విప్పలేకపొతున్నాం
|
||||
DND_ERROR_UNTAR=ఫైలు untar చేయలేకపొతున్నాం
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Ҳуҷҷати тез
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=Андозаи файл аз андозаи максимали зиёдтар аст:3МБ
|
||||
DND_UNSUPPORTED_FILE_TYPE=Навъи файл дастгирӣ намекунад
|
||||
DND_ERROR_UNZIP=Файл аз архив бардошта нашуд
|
||||
DND_ERROR_UNTAR=Файл аз архив бардошта нашуд
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=Швидкі документи
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=Файл перевищує максимально допустимий розмір: 3МВ
|
||||
DND_UNSUPPORTED_FILE_TYPE=непідтримуваний тип файлу
|
||||
DND_ERROR_UNZIP=не вдалося розпакувати файл
|
||||
DND_ERROR_UNTAR=не вдалося розпакувати файл
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
############
|
||||
## ERRORS ##
|
||||
############
|
||||
|
||||
# General File I/O Error strings
|
||||
|
||||
# Error message prefix that will look like: "(error my message)"
|
||||
|
||||
# File Open/Save Error strings
|
||||
|
||||
# The {0} here will be replaced by an actual error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a filename and {1} will be replaced by an error message
|
||||
# {0} will be replaced with a directory name and {1} will be replaced by an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {1} will be replaced with an error message
|
||||
# {0} will be replaced with a filename
|
||||
# {1} will be replaced with a file name and {2} will be replaced by an error message
|
||||
# {1} will be replaced with a directory name and {2} will be replaced by an error message
|
||||
|
||||
# Project max files Error strings
|
||||
|
||||
|
||||
# Saving Errors
|
||||
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
|
||||
|
||||
|
||||
#############
|
||||
## GENERAL ##
|
||||
#############
|
||||
|
||||
# Delete
|
||||
|
||||
# {0} will be replaced by a directory name
|
||||
|
||||
# General Dialog/Button labels
|
||||
|
||||
|
||||
# Quick Edit
|
||||
|
||||
|
||||
# Quick Docs
|
||||
|
||||
|
||||
# Context Menu Commands
|
||||
|
||||
|
||||
# Drag and Drop
|
||||
|
||||
# {0} will be replaced by a zip filename
|
||||
# {0} will be replaced by a tar filename
|
||||
|
||||
################
|
||||
## EXTENSIONS ##
|
||||
################
|
||||
|
||||
# extensions/default/InlineColorEditor
|
||||
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
|
||||
|
||||
# extensions/default/JavaScriptCodeHints
|
||||
|
||||
|
||||
# extensions/default/QuickView
|
||||
|
||||
|
||||
# extensions/default/WebPlatformDocs
|
||||
|
||||
|
||||
# extensions/default/UploadFiles
|
||||
|
||||
|
||||
# extensions/default/BrambleUrlCodeHints
|
||||
|
||||
|
||||
# extensions/default/bramble-move-file
|
||||
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
||||
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
|
|
@ -126,7 +126,6 @@ CMD_TOGGLE_QUICK_DOCS=快速文档
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=文件超过支持的最大大小:3MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=不支持的文件类型
|
||||
DND_ERROR_UNZIP=无法 unzip 文件
|
||||
DND_ERROR_UNTAR=无法 untar 文件
|
||||
|
|
|
@ -125,7 +125,6 @@ CMD_TOGGLE_QUICK_DOCS=快速文件
|
|||
|
||||
# Drag and Drop
|
||||
|
||||
DND_MAX_FILE_SIZE_EXCEEDED=檔案超過最大支援大小: 3 MB
|
||||
DND_UNSUPPORTED_FILE_TYPE=不支援的檔案類型
|
||||
DND_ERROR_UNZIP=無法解壓縮檔案
|
||||
DND_ERROR_UNTAR=無法解壓縮檔案
|
||||
|
|
Загрузка…
Ссылка в новой задаче