@eigenpal/docx-editor-i18n 1.0.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -16
- package/dist/de.js +15 -0
- package/dist/de.mjs +15 -0
- package/dist/en.js +15 -0
- package/dist/en.mjs +15 -0
- package/dist/fr.d.mts +33 -0
- package/dist/fr.d.ts +33 -0
- package/dist/fr.js +873 -0
- package/dist/fr.mjs +846 -0
- package/dist/he.js +15 -0
- package/dist/he.mjs +15 -0
- package/dist/hi.d.mts +33 -0
- package/dist/hi.d.ts +33 -0
- package/dist/hi.js +873 -0
- package/dist/hi.mjs +846 -0
- package/dist/index.d.mts +22 -2
- package/dist/index.d.ts +22 -2
- package/dist/index.js +1791 -0
- package/dist/index.mjs +1789 -0
- package/dist/pl.js +15 -0
- package/dist/pl.mjs +15 -0
- package/dist/pt-BR.js +15 -0
- package/dist/pt-BR.mjs +15 -0
- package/dist/tr.js +15 -0
- package/dist/tr.mjs +15 -0
- package/dist/zh-CN.js +15 -0
- package/dist/zh-CN.mjs +15 -0
- package/package.json +11 -1
package/dist/index.js
CHANGED
|
@@ -24,7 +24,9 @@ __export(index_exports, {
|
|
|
24
24
|
de: () => de,
|
|
25
25
|
deepMerge: () => deepMerge,
|
|
26
26
|
en: () => en,
|
|
27
|
+
fr: () => fr,
|
|
27
28
|
he: () => he,
|
|
29
|
+
hi: () => hi,
|
|
28
30
|
locales: () => locales,
|
|
29
31
|
pl: () => pl,
|
|
30
32
|
ptBR: () => ptBR,
|
|
@@ -586,6 +588,21 @@ var en_default = {
|
|
|
586
588
|
added: "Added",
|
|
587
589
|
deleted: "Deleted"
|
|
588
590
|
},
|
|
591
|
+
revisions: {
|
|
592
|
+
paragraphMarkInserted: "Inserted paragraph break",
|
|
593
|
+
paragraphMarkDeleted: "Deleted paragraph break",
|
|
594
|
+
paragraphPropertiesChanged: "Changed paragraph properties",
|
|
595
|
+
rowInserted: "Inserted row",
|
|
596
|
+
rowDeleted: "Deleted row",
|
|
597
|
+
rowPropertiesChanged: "Changed row properties",
|
|
598
|
+
cellInserted: "Inserted cell",
|
|
599
|
+
cellDeleted: "Deleted cell",
|
|
600
|
+
cellMerged: "Merged cells",
|
|
601
|
+
cellPropertiesChanged: "Changed cell properties",
|
|
602
|
+
tablePropertiesChanged: "Changed table properties",
|
|
603
|
+
tableInserted: "Inserted table",
|
|
604
|
+
tableDeleted: "Deleted table"
|
|
605
|
+
},
|
|
589
606
|
contextMenu: {
|
|
590
607
|
ariaLabel: "AI actions menu",
|
|
591
608
|
textMenuAriaLabel: "Text editing menu",
|
|
@@ -1678,6 +1695,860 @@ var de_default = {
|
|
|
1678
1695
|
deleteImage: "Bild löschen",
|
|
1679
1696
|
imageProperties: "Bildeigenschaften",
|
|
1680
1697
|
rotate: "Drehen"
|
|
1698
|
+
},
|
|
1699
|
+
revisions: {
|
|
1700
|
+
cellDeleted: null,
|
|
1701
|
+
cellInserted: null,
|
|
1702
|
+
cellMerged: null,
|
|
1703
|
+
cellPropertiesChanged: null,
|
|
1704
|
+
paragraphMarkDeleted: null,
|
|
1705
|
+
paragraphMarkInserted: null,
|
|
1706
|
+
paragraphPropertiesChanged: null,
|
|
1707
|
+
rowDeleted: null,
|
|
1708
|
+
rowInserted: null,
|
|
1709
|
+
rowPropertiesChanged: null,
|
|
1710
|
+
tablePropertiesChanged: null,
|
|
1711
|
+
tableDeleted: null,
|
|
1712
|
+
tableInserted: null
|
|
1713
|
+
}
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1716
|
+
// fr.json
|
|
1717
|
+
var fr_default = {
|
|
1718
|
+
_lang: "fr",
|
|
1719
|
+
common: {
|
|
1720
|
+
cancel: "Annuler",
|
|
1721
|
+
insert: "Insérer",
|
|
1722
|
+
apply: "Appliquer",
|
|
1723
|
+
close: "Fermer",
|
|
1724
|
+
delete: "Supprimer",
|
|
1725
|
+
update: "Mettre à jour",
|
|
1726
|
+
save: "Enregistrer",
|
|
1727
|
+
retry: "Réessayer",
|
|
1728
|
+
send: "Envoyer",
|
|
1729
|
+
edit: "Modifier",
|
|
1730
|
+
comment: "Commenter",
|
|
1731
|
+
reply: "Répondre",
|
|
1732
|
+
accept: "Accepter",
|
|
1733
|
+
reject: "Refuser",
|
|
1734
|
+
dismiss: "Ignorer",
|
|
1735
|
+
change: "Modifier",
|
|
1736
|
+
clear: "Effacer",
|
|
1737
|
+
px: "px",
|
|
1738
|
+
closeDialog: "Fermer la boîte de dialogue"
|
|
1739
|
+
},
|
|
1740
|
+
toolbar: {
|
|
1741
|
+
ariaLabel: "Outils de mise en forme",
|
|
1742
|
+
file: "Fichier",
|
|
1743
|
+
format: "Format",
|
|
1744
|
+
insert: "Insérer",
|
|
1745
|
+
open: "Ouvrir",
|
|
1746
|
+
openShortcut: "Ctrl+O",
|
|
1747
|
+
save: "Enregistrer",
|
|
1748
|
+
saveShortcut: "Ctrl+S",
|
|
1749
|
+
print: "Imprimer",
|
|
1750
|
+
printShortcut: "Ctrl+P",
|
|
1751
|
+
pageSetup: "Mise en page",
|
|
1752
|
+
leftToRight: "Texte de gauche à droite",
|
|
1753
|
+
rightToLeft: "Texte de droite à gauche",
|
|
1754
|
+
image: "Image",
|
|
1755
|
+
table: "Tableau",
|
|
1756
|
+
pageBreak: "Saut de page",
|
|
1757
|
+
tableOfContents: "Table des matières",
|
|
1758
|
+
symbol: "Symbole",
|
|
1759
|
+
help: "Aide",
|
|
1760
|
+
reportIssue: "Signaler un bug"
|
|
1761
|
+
},
|
|
1762
|
+
formattingBar: {
|
|
1763
|
+
groups: {
|
|
1764
|
+
history: "Historique",
|
|
1765
|
+
zoom: "Zoom",
|
|
1766
|
+
styles: "Styles",
|
|
1767
|
+
font: "Police",
|
|
1768
|
+
textFormatting: "Mise en forme du texte",
|
|
1769
|
+
script: "Attributs",
|
|
1770
|
+
alignment: "Alignement",
|
|
1771
|
+
listFormatting: "Format de liste",
|
|
1772
|
+
image: "Image",
|
|
1773
|
+
table: "Tableau"
|
|
1774
|
+
},
|
|
1775
|
+
undo: "Annuler",
|
|
1776
|
+
undoShortcut: "Annuler (Ctrl+Z)",
|
|
1777
|
+
redo: "Rétablir",
|
|
1778
|
+
redoShortcut: "Rétablir (Ctrl+Y)",
|
|
1779
|
+
bold: "Gras",
|
|
1780
|
+
boldShortcut: "Gras (Ctrl+B)",
|
|
1781
|
+
italic: "Italique",
|
|
1782
|
+
italicShortcut: "Italique (Ctrl+I)",
|
|
1783
|
+
underline: "Souligné",
|
|
1784
|
+
underlineShortcut: "Souligné (Ctrl+U)",
|
|
1785
|
+
strikethrough: "Barré",
|
|
1786
|
+
fontColor: "Couleur du texte",
|
|
1787
|
+
highlightColor: "Couleur de surbrillance",
|
|
1788
|
+
insertLink: "Insérer un lien",
|
|
1789
|
+
insertLinkShortcut: "Insérer un lien (Ctrl+K)",
|
|
1790
|
+
superscript: "Exposant",
|
|
1791
|
+
superscriptShortcut: "Exposant (Ctrl+Maj+=)",
|
|
1792
|
+
subscript: "Indice",
|
|
1793
|
+
subscriptShortcut: "Indice (Ctrl+=)",
|
|
1794
|
+
imageProperties: "Propriétés de l'image",
|
|
1795
|
+
imagePropertiesShortcut: "Propriétés de l'image... (description, bordure)",
|
|
1796
|
+
clearFormatting: "Effacer la mise en forme"
|
|
1797
|
+
},
|
|
1798
|
+
alignment: {
|
|
1799
|
+
alignLeft: "Aligner à gauche",
|
|
1800
|
+
alignLeftShortcut: "Ctrl+L",
|
|
1801
|
+
center: "Centrer",
|
|
1802
|
+
centerShortcut: "Ctrl+E",
|
|
1803
|
+
alignRight: "Aligner à droite",
|
|
1804
|
+
alignRightShortcut: "Ctrl+R",
|
|
1805
|
+
justify: "Justifier",
|
|
1806
|
+
justifyShortcut: "Ctrl+J"
|
|
1807
|
+
},
|
|
1808
|
+
lists: {
|
|
1809
|
+
ariaLabel: "Format de liste",
|
|
1810
|
+
typeAriaLabel: "Type de liste",
|
|
1811
|
+
indentationAriaLabel: "Retrait de la liste",
|
|
1812
|
+
bulletList: "Liste à puces",
|
|
1813
|
+
numberedList: "Liste numérotée",
|
|
1814
|
+
decreaseIndent: "Décaler à gauche",
|
|
1815
|
+
increaseIndent: "Décaler à droite"
|
|
1816
|
+
},
|
|
1817
|
+
lineSpacing: {
|
|
1818
|
+
single: "Simple",
|
|
1819
|
+
double: "Double",
|
|
1820
|
+
lineSpacingTitle: "Interligne : {label}",
|
|
1821
|
+
paragraphSpacing: "Espacement des paragraphes"
|
|
1822
|
+
},
|
|
1823
|
+
styles: {
|
|
1824
|
+
selectAriaLabel: "Sélectionner le type de paragraphe",
|
|
1825
|
+
normalText: "Texte normal",
|
|
1826
|
+
title: "Titre",
|
|
1827
|
+
subtitle: "Sous-titre",
|
|
1828
|
+
heading1: "Titre 1",
|
|
1829
|
+
heading2: "Titre 2",
|
|
1830
|
+
heading3: "Titre 3"
|
|
1831
|
+
},
|
|
1832
|
+
font: {
|
|
1833
|
+
selectAriaLabel: "Sélectionner une police",
|
|
1834
|
+
sansSerif: "Sans Serif",
|
|
1835
|
+
serif: "Serif",
|
|
1836
|
+
monospace: "Monospace"
|
|
1837
|
+
},
|
|
1838
|
+
fontSize: {
|
|
1839
|
+
decrease: "Diminuer la taille de la police",
|
|
1840
|
+
increase: "Augmenter la taille de la police",
|
|
1841
|
+
label: "Police",
|
|
1842
|
+
listLabel: "Tailles de police"
|
|
1843
|
+
},
|
|
1844
|
+
zoom: {
|
|
1845
|
+
ariaLabel: "Zoom : {label}"
|
|
1846
|
+
},
|
|
1847
|
+
colorPicker: {
|
|
1848
|
+
ariaLabel: "Choisir la couleur {type}",
|
|
1849
|
+
highlightColors: "Couleurs de surbrillance",
|
|
1850
|
+
customColor: "Couleur personnalisée",
|
|
1851
|
+
noColor: "Aucune couleur",
|
|
1852
|
+
automatic: "Automatique",
|
|
1853
|
+
themeColors: "Couleurs du thème",
|
|
1854
|
+
standardColors: "Couleurs standards",
|
|
1855
|
+
colors: {
|
|
1856
|
+
black: "Noir",
|
|
1857
|
+
darkRed: "Rouge foncé",
|
|
1858
|
+
red: "Rouge",
|
|
1859
|
+
orange: "Orange",
|
|
1860
|
+
yellow: "Jaune",
|
|
1861
|
+
darkYellow: "Jaune foncé",
|
|
1862
|
+
green: "Vert",
|
|
1863
|
+
darkGreen: "Vert foncé",
|
|
1864
|
+
teal: "Bleu canard",
|
|
1865
|
+
darkTeal: "Bleu canard foncé",
|
|
1866
|
+
blue: "Bleu",
|
|
1867
|
+
darkBlue: "Bleu foncé",
|
|
1868
|
+
purple: "Violet",
|
|
1869
|
+
darkPurple: "Violet foncé",
|
|
1870
|
+
brown: "Marron",
|
|
1871
|
+
grey50: "Gris 50%",
|
|
1872
|
+
grey25: "Gris 25%",
|
|
1873
|
+
grey10: "Gris 10%",
|
|
1874
|
+
white: "Blanc",
|
|
1875
|
+
lightRed: "Rouge clair",
|
|
1876
|
+
lightOrange: "Orange clair",
|
|
1877
|
+
lightYellow: "Jaune clair",
|
|
1878
|
+
lightGreen: "Vert clair",
|
|
1879
|
+
lightBlue: "Bleu clair",
|
|
1880
|
+
lightPurple: "Violet clair",
|
|
1881
|
+
pink: "Rose",
|
|
1882
|
+
rose: "Rose vif",
|
|
1883
|
+
gold: "Doré",
|
|
1884
|
+
aqua: "Aigue-marine",
|
|
1885
|
+
lavender: "Lavande",
|
|
1886
|
+
silver: "Argent",
|
|
1887
|
+
darkOrange: "Orange foncé",
|
|
1888
|
+
darkGray: "Gris foncé",
|
|
1889
|
+
gray: "Gris",
|
|
1890
|
+
cyan: "Cyan",
|
|
1891
|
+
magenta: "Magenta",
|
|
1892
|
+
paleGreen: "Vert pâle",
|
|
1893
|
+
lightCyan: "Cyan clair",
|
|
1894
|
+
skyBlue: "Bleu ciel",
|
|
1895
|
+
lightBlue2: "Bleu clair 2",
|
|
1896
|
+
lightMagenta: "Magenta clair",
|
|
1897
|
+
brightGreen: "Vert vif",
|
|
1898
|
+
violet: "Violet"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
dialogs: {
|
|
1902
|
+
findReplace: {
|
|
1903
|
+
titleFind: "Rechercher",
|
|
1904
|
+
titleFindReplace: "Rechercher et remplacer",
|
|
1905
|
+
findLabel: "Rechercher :",
|
|
1906
|
+
findPlaceholder: "Texte à rechercher...",
|
|
1907
|
+
findAriaLabel: "Rechercher du texte",
|
|
1908
|
+
findPrevious: "Précédent",
|
|
1909
|
+
findPreviousTitle: "Précédent (Maj+Entrée)",
|
|
1910
|
+
findNext: "Suivant",
|
|
1911
|
+
findNextTitle: "Suivant (Entrée)",
|
|
1912
|
+
matchCount: "{current} sur {total}",
|
|
1913
|
+
noResults: "Aucun résultat trouvé",
|
|
1914
|
+
replaceLabel: "Remplacer :",
|
|
1915
|
+
replacePlaceholder: "Texte de remplacement...",
|
|
1916
|
+
replaceAriaLabel: "Remplacer le texte",
|
|
1917
|
+
replaceButton: "Remplacer",
|
|
1918
|
+
replaceCurrentTitle: "Remplacer cette occurrence",
|
|
1919
|
+
replaceAllButton: "Tout remplacer",
|
|
1920
|
+
replaceAllTitle: "Remplacer toutes les occurrences",
|
|
1921
|
+
matchCase: "Respecter la casse",
|
|
1922
|
+
wholeWords: "Mot entier",
|
|
1923
|
+
matchesFound: "{total} occurrences",
|
|
1924
|
+
toggleReplace: "+ Remplacer"
|
|
1925
|
+
},
|
|
1926
|
+
hyperlink: {
|
|
1927
|
+
titleEdit: "Modifier le lien",
|
|
1928
|
+
titleInsert: "Insérer un lien",
|
|
1929
|
+
tabWebAddress: "Adresse web",
|
|
1930
|
+
tabBookmark: "Signet",
|
|
1931
|
+
urlLabel: "URL",
|
|
1932
|
+
urlPlaceholder: "https://exemple.com",
|
|
1933
|
+
urlHint: "Adresse web, e-mail (mailto:) ou téléphone (tel:)",
|
|
1934
|
+
bookmarkLabel: "Signet",
|
|
1935
|
+
bookmarkPlaceholder: "Sélectionner un signet...",
|
|
1936
|
+
displayTextLabel: "Texte à afficher",
|
|
1937
|
+
displayTextPlaceholder: "Texte facultatif",
|
|
1938
|
+
displayTextHint: "Laisser vide pour utiliser le texte sélectionné",
|
|
1939
|
+
tooltipLabel: "Info-bulle (facultatif)",
|
|
1940
|
+
tooltipPlaceholder: "Texte au survol",
|
|
1941
|
+
removeLink: "Supprimer le lien",
|
|
1942
|
+
invalidUrl: "Veuillez entrer une URL valide",
|
|
1943
|
+
urlRequired: "L'URL est requise"
|
|
1944
|
+
},
|
|
1945
|
+
insertTable: {
|
|
1946
|
+
title: "Insérer un tableau",
|
|
1947
|
+
hoverToSelect: "Survoler pour choisir la taille",
|
|
1948
|
+
tableSize: "Tableau {cols} x {rows}",
|
|
1949
|
+
orSpecifySize: "ou spécifier la taille",
|
|
1950
|
+
rowsLabel: "Lignes :",
|
|
1951
|
+
columnsLabel: "Colonnes :",
|
|
1952
|
+
insertButton: "Insérer le tableau",
|
|
1953
|
+
sizeSelector: "Sélectionner la taille",
|
|
1954
|
+
columnWidthLabel: "Largeur des colonnes",
|
|
1955
|
+
fixedWidth: "Fixe",
|
|
1956
|
+
autofit: "Ajuster au contenu",
|
|
1957
|
+
tableStyleLabel: "Style de tableau",
|
|
1958
|
+
validationHint: "Lignes : {minRows}-{maxRows}, Colonnes : {minCols}-{maxCols}"
|
|
1959
|
+
},
|
|
1960
|
+
splitCell: {
|
|
1961
|
+
title: "Fractionner la cellule",
|
|
1962
|
+
description: "Définissez le nombre de lignes et de colonnes pour fractionner la cellule.",
|
|
1963
|
+
rowsLabel: "Lignes :",
|
|
1964
|
+
columnsLabel: "Colonnes :",
|
|
1965
|
+
currentMinimum: "Minimum requis : {rows} ligne(s) x {cols} colonne(s)",
|
|
1966
|
+
minValue: "Utilisez au moins {rows} ligne(s) et {cols} colonne(s).",
|
|
1967
|
+
notOneByOne: "Choisissez au moins deux cellules de destination."
|
|
1968
|
+
},
|
|
1969
|
+
insertImage: {
|
|
1970
|
+
title: "Insérer une image",
|
|
1971
|
+
uploadAriaLabel: "Cliquez ou glissez pour importer",
|
|
1972
|
+
uploadText: "Cliquez ou glissez-déposez une image ici",
|
|
1973
|
+
uploadSubtext: "PNG, JPG, GIF jusqu'à 10 Mo",
|
|
1974
|
+
dimensions: "Dimensions",
|
|
1975
|
+
widthLabel: "Largeur :",
|
|
1976
|
+
heightLabel: "Hauteur :",
|
|
1977
|
+
aspectRatioLocked: "Proportions verrouillées",
|
|
1978
|
+
aspectRatioUnlocked: "Proportions déverrouillées",
|
|
1979
|
+
altTextLabel: "Texte alternatif (facultatif)",
|
|
1980
|
+
altTextPlaceholder: "Description pour l'accessibilité",
|
|
1981
|
+
insertButton: "Insérer l'image",
|
|
1982
|
+
invalidFile: "Veuillez sélectionner un fichier valide",
|
|
1983
|
+
fileTooLarge: "Image trop volumineuse (max 10 Mo)",
|
|
1984
|
+
readFailed: "Échec de lecture du fichier",
|
|
1985
|
+
loadFailed: "Échec de chargement de l'image",
|
|
1986
|
+
preview: "Aperçu"
|
|
1987
|
+
},
|
|
1988
|
+
insertSymbol: {
|
|
1989
|
+
title: "Insérer un symbole",
|
|
1990
|
+
searchPlaceholder: "Rechercher (nom ou unicode)...",
|
|
1991
|
+
noResultsEmpty: "Aucun symbole trouvé",
|
|
1992
|
+
noResults: 'Aucun symbole pour "{query}"',
|
|
1993
|
+
decimal: "Décimal : {value}",
|
|
1994
|
+
recent: "Récents :",
|
|
1995
|
+
categories: {
|
|
1996
|
+
common: "Courants",
|
|
1997
|
+
arrows: "Flèches",
|
|
1998
|
+
math: "Maths",
|
|
1999
|
+
greek: "Grec",
|
|
2000
|
+
shapes: "Formes",
|
|
2001
|
+
punctuation: "Ponctuation",
|
|
2002
|
+
currency: "Devises",
|
|
2003
|
+
music: "Musique",
|
|
2004
|
+
emoji: "Émojis"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
imageProperties: {
|
|
2008
|
+
title: "Propriétés de l'image",
|
|
2009
|
+
altText: "Texte alternatif",
|
|
2010
|
+
altTextPlaceholder: "Décrivez l'image pour l'accessibilité...",
|
|
2011
|
+
border: "Bordure",
|
|
2012
|
+
width: "Largeur",
|
|
2013
|
+
style: "Style",
|
|
2014
|
+
color: "Couleur",
|
|
2015
|
+
preview: "Aperçu",
|
|
2016
|
+
textWrapping: "Retour à la ligne automatique",
|
|
2017
|
+
dimensions: "Dimensions",
|
|
2018
|
+
widthLabel: "Largeur :",
|
|
2019
|
+
heightLabel: "Hauteur :",
|
|
2020
|
+
lockAspectRatio: "Verrouiller les proportions",
|
|
2021
|
+
wrapOptions: {
|
|
2022
|
+
inline: "En ligne avec le texte",
|
|
2023
|
+
wrapRight: "Aligner l'image à gauche",
|
|
2024
|
+
wrapLeft: "Aligner l'image à droite",
|
|
2025
|
+
topAndBottom: "Haut et bas",
|
|
2026
|
+
behind: "Derrière le texte",
|
|
2027
|
+
inFront: "Devant le texte"
|
|
2028
|
+
},
|
|
2029
|
+
borderStyles: {
|
|
2030
|
+
solid: "Plein",
|
|
2031
|
+
dashed: "Tirés",
|
|
2032
|
+
dotted: "Pointillés",
|
|
2033
|
+
double: "Double",
|
|
2034
|
+
groove: "Rainure",
|
|
2035
|
+
ridge: "Relief",
|
|
2036
|
+
inset: "Incrusté",
|
|
2037
|
+
outset: "Excrusté"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
imagePosition: {
|
|
2041
|
+
title: "Position de l'image",
|
|
2042
|
+
horizontal: "Horizontale",
|
|
2043
|
+
vertical: "Verticale",
|
|
2044
|
+
position: "Position",
|
|
2045
|
+
alignment: "Alignement",
|
|
2046
|
+
offset: "Décalage",
|
|
2047
|
+
offsetPx: "Décalage (px)",
|
|
2048
|
+
align: "Aligner",
|
|
2049
|
+
relativeTo: "Par rapport à",
|
|
2050
|
+
alignOptions: {
|
|
2051
|
+
left: "Gauche",
|
|
2052
|
+
center: "Centrer",
|
|
2053
|
+
right: "Droite",
|
|
2054
|
+
top: "Haut",
|
|
2055
|
+
bottom: "Bas"
|
|
2056
|
+
},
|
|
2057
|
+
relativeOptions: {
|
|
2058
|
+
page: "Page",
|
|
2059
|
+
column: "Colonne",
|
|
2060
|
+
margin: "Marge",
|
|
2061
|
+
character: "Caractère",
|
|
2062
|
+
paragraph: "Paragraphe",
|
|
2063
|
+
line: "Ligne"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
pageSetup: {
|
|
2067
|
+
title: "Disposition de la page",
|
|
2068
|
+
pageSize: "Taille de la page",
|
|
2069
|
+
sizeLabel: "Taille",
|
|
2070
|
+
custom: "Personnalisée",
|
|
2071
|
+
orientation: "Orientation",
|
|
2072
|
+
portrait: "Portrait",
|
|
2073
|
+
landscape: "Paysage",
|
|
2074
|
+
margins: "MARGES",
|
|
2075
|
+
top: "Haut",
|
|
2076
|
+
bottom: "Bas",
|
|
2077
|
+
left: "Gauche",
|
|
2078
|
+
right: "Droite",
|
|
2079
|
+
pageSizes: {
|
|
2080
|
+
letter: "Lettre US (21,6 × 27,9 cm)",
|
|
2081
|
+
a4: "A4 (21 × 29,7 cm)",
|
|
2082
|
+
legal: "Standard juridique US (21,6 × 35,6 cm)",
|
|
2083
|
+
a3: "A3 (29,7 × 42 cm)",
|
|
2084
|
+
a5: "A5 (14,8 × 21 cm)",
|
|
2085
|
+
b5: "B5 (17,6 × 25 cm)",
|
|
2086
|
+
executive: "Executive (18,4 × 26,7 cm)"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
tableProperties: {
|
|
2090
|
+
title: "Propriétés du tableau",
|
|
2091
|
+
widthType: "Type de largeur",
|
|
2092
|
+
widthLabel: "Largeur",
|
|
2093
|
+
alignmentLabel: "Alignement",
|
|
2094
|
+
widthTypes: {
|
|
2095
|
+
auto: "Automatique",
|
|
2096
|
+
fixed: "Fixe (twips)",
|
|
2097
|
+
percentage: "Pourcentage"
|
|
2098
|
+
},
|
|
2099
|
+
units: {
|
|
2100
|
+
fiftiethsPercent: "(50e de %)",
|
|
2101
|
+
twips: "tw"
|
|
2102
|
+
},
|
|
2103
|
+
alignOptions: {
|
|
2104
|
+
left: "Gauche",
|
|
2105
|
+
center: "Centrer",
|
|
2106
|
+
right: "Droite"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
pasteSpecial: {
|
|
2110
|
+
title: "Collage spécial",
|
|
2111
|
+
keepFormatting: "Conserver la mise en forme source",
|
|
2112
|
+
keepFormattingDescription: "Coller avec la mise en forme d'origine",
|
|
2113
|
+
keepFormattingShortcut: "Ctrl+V",
|
|
2114
|
+
plainText: "Coller comme texte brut",
|
|
2115
|
+
plainTextDescription: "Coller sans aucune mise en forme",
|
|
2116
|
+
plainTextShortcut: "Ctrl+Maj+V",
|
|
2117
|
+
readingClipboard: "Lecture du presse-papiers...",
|
|
2118
|
+
preview: "Aperçu",
|
|
2119
|
+
noContent: "Aucun contenu disponible à coller",
|
|
2120
|
+
clipboardError: "Impossible de lire le presse-papiers. Veuillez utiliser Ctrl+V pour coller."
|
|
2121
|
+
},
|
|
2122
|
+
footnoteProperties: {
|
|
2123
|
+
title: "Propriétés des notes de bas de page et de fin",
|
|
2124
|
+
footnotes: "Notes de bas de page",
|
|
2125
|
+
endnotes: "Notes de fin",
|
|
2126
|
+
position: "Position",
|
|
2127
|
+
numberFormat: "Format de numérotation",
|
|
2128
|
+
startAt: "À partir de",
|
|
2129
|
+
numbering: "Numérotation",
|
|
2130
|
+
footnotePositions: {
|
|
2131
|
+
bottomOfPage: "Bas de page",
|
|
2132
|
+
belowText: "Sous le texte"
|
|
2133
|
+
},
|
|
2134
|
+
endnotePositions: {
|
|
2135
|
+
endOfDocument: "Fin du document",
|
|
2136
|
+
endOfSection: "Fin de la section"
|
|
2137
|
+
},
|
|
2138
|
+
numberingOptions: {
|
|
2139
|
+
continuous: "Continue",
|
|
2140
|
+
restartSection: "Recommencer à chaque section",
|
|
2141
|
+
restartPage: "Recommencer à chaque page"
|
|
2142
|
+
},
|
|
2143
|
+
formats: {
|
|
2144
|
+
decimal: "1, 2, 3, ...",
|
|
2145
|
+
lowerRoman: "i, ii, iii, ...",
|
|
2146
|
+
upperRoman: "I, II, III, ...",
|
|
2147
|
+
lowerAlpha: "a, b, c, ...",
|
|
2148
|
+
upperAlpha: "A, B, C, ...",
|
|
2149
|
+
symbols: "*, †, ‡, ..."
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
keyboardShortcuts: {
|
|
2153
|
+
ariaLabel: "Raccourcis clavier",
|
|
2154
|
+
searchPlaceholder: "Rechercher des raccourcis...",
|
|
2155
|
+
categories: {
|
|
2156
|
+
editing: "Modification",
|
|
2157
|
+
formatting: "Mise en forme",
|
|
2158
|
+
navigation: "Navigation",
|
|
2159
|
+
clipboard: "Presse-papiers",
|
|
2160
|
+
selection: "Sélection",
|
|
2161
|
+
view: "Affichage",
|
|
2162
|
+
file: "Fichier",
|
|
2163
|
+
other: "Autre"
|
|
2164
|
+
},
|
|
2165
|
+
shortcuts: {
|
|
2166
|
+
save: "Enregistrer",
|
|
2167
|
+
saveDescription: "Enregistrer le document",
|
|
2168
|
+
print: "Imprimer",
|
|
2169
|
+
printDescription: "Imprimer le document",
|
|
2170
|
+
undo: "Annuler",
|
|
2171
|
+
undoDescription: "Annuler la dernière action",
|
|
2172
|
+
redo: "Rétablir",
|
|
2173
|
+
redoDescription: "Rétablir la dernière action",
|
|
2174
|
+
delete: "Supprimer",
|
|
2175
|
+
deleteDescription: "Supprimer le texte sélectionné",
|
|
2176
|
+
find: "Rechercher",
|
|
2177
|
+
findDescription: "Rechercher du texte dans le document",
|
|
2178
|
+
findReplace: "Rechercher et remplacer",
|
|
2179
|
+
findReplaceDescription: "Rechercher et remplacer du texte",
|
|
2180
|
+
cut: "Couper",
|
|
2181
|
+
cutDescription: "Couper le texte sélectionné",
|
|
2182
|
+
copy: "Copier",
|
|
2183
|
+
copyDescription: "Copier le texte sélectionné",
|
|
2184
|
+
paste: "Coller",
|
|
2185
|
+
pasteDescription: "Coller depuis le presse-papiers",
|
|
2186
|
+
pastePlainText: "Coller comme texte brut",
|
|
2187
|
+
pastePlainTextDescription: "Coller sans mise en forme",
|
|
2188
|
+
bold: "Gras",
|
|
2189
|
+
boldDescription: "Activer/désactiver le gras",
|
|
2190
|
+
italic: "Italique",
|
|
2191
|
+
italicDescription: "Activer/désactiver l'italique",
|
|
2192
|
+
underline: "Souligné",
|
|
2193
|
+
underlineDescription: "Activer/désactiver le texte souligné",
|
|
2194
|
+
strikethrough: "Barré",
|
|
2195
|
+
strikethroughDescription: "Activer/désactiver le texte barré",
|
|
2196
|
+
subscript: "Indice",
|
|
2197
|
+
subscriptDescription: "Activer/désactiver l'indice",
|
|
2198
|
+
superscript: "Exposant",
|
|
2199
|
+
superscriptDescription: "Activer/désactiver l'exposant",
|
|
2200
|
+
alignLeft: "Aligner à gauche",
|
|
2201
|
+
alignLeftDescription: "Aligner le paragraphe à gauche",
|
|
2202
|
+
alignCenter: "Centrer",
|
|
2203
|
+
alignCenterDescription: "Centrer le paragraphe",
|
|
2204
|
+
alignRight: "Aligner à droite",
|
|
2205
|
+
alignRightDescription: "Aligner le paragraphe à droite",
|
|
2206
|
+
justify: "Justifier",
|
|
2207
|
+
justifyDescription: "Justifier le paragraphe",
|
|
2208
|
+
increaseIndent: "Augmenter le décalage",
|
|
2209
|
+
increaseIndentDescription: "Augmenter l'indentation du paragraphe",
|
|
2210
|
+
decreaseIndent: "Diminuer le décalage",
|
|
2211
|
+
decreaseIndentDescription: "Réduire l'indentation du paragraphe",
|
|
2212
|
+
selectAll: "Tout sélectionner",
|
|
2213
|
+
selectAllDescription: "Sélectionner tout le contenu",
|
|
2214
|
+
selectWord: "Sélectionner le mot",
|
|
2215
|
+
selectWordDescription: "Sélectionner le mot actuel",
|
|
2216
|
+
selectParagraph: "Sélectionner le paragraphe",
|
|
2217
|
+
selectParagraphDescription: "Sélectionner le paragraphe actuel",
|
|
2218
|
+
extendSelectionByWord: "Étendre la sélection par mot",
|
|
2219
|
+
extendSelectionByWordDescription: "Étendre la sélection au mot suivant/précédent",
|
|
2220
|
+
extendSelectionToLineEdge: "Étendre la sélection au bord de la ligne",
|
|
2221
|
+
extendSelectionToLineEdgeDescription: "Étendre la sélection au début/à la fin de la ligne",
|
|
2222
|
+
moveByWord: "Déplacement par mot",
|
|
2223
|
+
moveByWordDescription: "Déplacer le curseur au mot suivant/précédent",
|
|
2224
|
+
moveToLineStart: "Aller au début de la ligne",
|
|
2225
|
+
moveToLineStartDescription: "Déplacer le curseur au début de la ligne",
|
|
2226
|
+
moveToLineEnd: "Aller à la fin de la ligne",
|
|
2227
|
+
moveToLineEndDescription: "Déplacer le curseur à la fin de la ligne",
|
|
2228
|
+
moveToDocumentStart: "Aller au début du document",
|
|
2229
|
+
moveToDocumentStartDescription: "Déplacer le curseur au début du document",
|
|
2230
|
+
moveToDocumentEnd: "Aller à la fin du document",
|
|
2231
|
+
moveToDocumentEndDescription: "Déplacer le curseur à la fin du document",
|
|
2232
|
+
pageUp: "Page précédente",
|
|
2233
|
+
pageUpDescription: "Défiler d'une page vers le haut",
|
|
2234
|
+
pageDown: "Page suivante",
|
|
2235
|
+
pageDownDescription: "Défiler d'une page vers le bas",
|
|
2236
|
+
zoomIn: "Zoom avant",
|
|
2237
|
+
zoomInDescription: "Augmenter le niveau de zoom",
|
|
2238
|
+
zoomOut: "Zoom arrière",
|
|
2239
|
+
zoomOutDescription: "Diminuer le niveau de zoom",
|
|
2240
|
+
resetZoom: "Réinitialiser le zoom",
|
|
2241
|
+
resetZoomDescription: "Réinitialiser le zoom à 100 %",
|
|
2242
|
+
keyboardShortcuts: "Raccourcis clavier",
|
|
2243
|
+
keyboardShortcutsDescription: "Afficher cette boîte d'aide",
|
|
2244
|
+
insertLink: "Insérer un lien",
|
|
2245
|
+
insertLinkDescription: "Insérer ou modifier un lien"
|
|
2246
|
+
},
|
|
2247
|
+
noResults: "Aucun raccourci trouvé pour « {query} »",
|
|
2248
|
+
pressEscToClose: "Appuyez sur {key} pour fermer",
|
|
2249
|
+
or: "ou"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
comments: {
|
|
2253
|
+
resolved: "Résolu",
|
|
2254
|
+
resolve: "Résoudre",
|
|
2255
|
+
reopen: "Rouvrir",
|
|
2256
|
+
moreOptions: "Plus d'options",
|
|
2257
|
+
unknown: "Inconnu",
|
|
2258
|
+
addComment: "Ajouter un commentaire...",
|
|
2259
|
+
replyPlaceholder: "Répondre ou mentionner d'autres personnes avec @",
|
|
2260
|
+
replyCount: "{count, plural, one {# réponse} other {# réponses}}"
|
|
2261
|
+
},
|
|
2262
|
+
trackedChanges: {
|
|
2263
|
+
unknown: "Inconnu",
|
|
2264
|
+
replaced: "Remplacé",
|
|
2265
|
+
with: "par",
|
|
2266
|
+
added: "Ajouté",
|
|
2267
|
+
deleted: "Supprimé"
|
|
2268
|
+
},
|
|
2269
|
+
contextMenu: {
|
|
2270
|
+
ariaLabel: "Menu des actions IA",
|
|
2271
|
+
textMenuAriaLabel: "Menu d'édition de texte",
|
|
2272
|
+
customPromptPlaceholder: "Saisir une consigne personnalisée...",
|
|
2273
|
+
cut: "Couper",
|
|
2274
|
+
cutShortcut: "Ctrl+X",
|
|
2275
|
+
copy: "Copier",
|
|
2276
|
+
copyShortcut: "Ctrl+C",
|
|
2277
|
+
paste: "Coller",
|
|
2278
|
+
pasteShortcut: "Ctrl+V",
|
|
2279
|
+
pastePlainText: "Coller comme texte brut",
|
|
2280
|
+
pastePlainTextShortcut: "Ctrl+Maj+V",
|
|
2281
|
+
delete: "Supprimer",
|
|
2282
|
+
deleteShortcut: "Suppr",
|
|
2283
|
+
selectAll: "Tout sélectionner",
|
|
2284
|
+
selectAllShortcut: "Ctrl+A",
|
|
2285
|
+
selected: "Sélectionné :",
|
|
2286
|
+
aiActions: {
|
|
2287
|
+
askAi: "Demander à l'IA",
|
|
2288
|
+
rewrite: "Réécrire",
|
|
2289
|
+
expand: "Développer",
|
|
2290
|
+
summarize: "Résumer",
|
|
2291
|
+
translate: "Traduire",
|
|
2292
|
+
explain: "Expliquer",
|
|
2293
|
+
fixGrammar: "Corriger la grammaire",
|
|
2294
|
+
makeFormal: "Rendre formel",
|
|
2295
|
+
makeCasual: "Rendre informel",
|
|
2296
|
+
custom: "Personnalisé"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
documentOutline: {
|
|
2300
|
+
ariaLabel: "Plan du document",
|
|
2301
|
+
closeAriaLabel: "Fermer le plan",
|
|
2302
|
+
closeTitle: "Fermer le plan",
|
|
2303
|
+
title: "Plan",
|
|
2304
|
+
noHeadings: "Aucun titre trouvé. Ajoutez des titres à votre document pour les voir apparaître ici."
|
|
2305
|
+
},
|
|
2306
|
+
sidebar: {
|
|
2307
|
+
ariaLabel: "Barre latérale des annotations"
|
|
2308
|
+
},
|
|
2309
|
+
viewer: {
|
|
2310
|
+
pageIndicator: "{current} sur {total}"
|
|
2311
|
+
},
|
|
2312
|
+
titleBar: {
|
|
2313
|
+
untitled: "Sans titre",
|
|
2314
|
+
documentNameAriaLabel: "Nom du document",
|
|
2315
|
+
menuBarAriaLabel: "Barre de menus"
|
|
2316
|
+
},
|
|
2317
|
+
errors: {
|
|
2318
|
+
loadingDocument: "Chargement du document...",
|
|
2319
|
+
noDocumentLoaded: "Aucun document chargé",
|
|
2320
|
+
failedToLoad: "Échec du chargement du document",
|
|
2321
|
+
unableToParse: "Impossible d'analyser le document",
|
|
2322
|
+
somethingWentWrong: "Une erreur est survenue",
|
|
2323
|
+
errorDescription: "Une erreur s'est produite lors du rendu de ce composant. Veuillez réessayer ou contacter le support si le problème persiste.",
|
|
2324
|
+
errorLabel: "Erreur :",
|
|
2325
|
+
componentStack: "Pile de composants :",
|
|
2326
|
+
tryAgain: "Réessayer",
|
|
2327
|
+
showDetails: "Afficher les détails",
|
|
2328
|
+
hideDetails: "Masquer les détails",
|
|
2329
|
+
unsavedChanges: "Vous avez des modifications non enregistrées. Voulez-vous vraiment quitter ?"
|
|
2330
|
+
},
|
|
2331
|
+
table: {
|
|
2332
|
+
insertRowAbove: "Insérer une ligne au-dessus",
|
|
2333
|
+
insertRowBelow: "Insérer une ligne en dessous",
|
|
2334
|
+
insertColumnLeft: "Insérer une colonne à gauche",
|
|
2335
|
+
insertColumnRight: "Insérer une colonne à droite",
|
|
2336
|
+
deleteRow: "Supprimer la ligne",
|
|
2337
|
+
deleteColumn: "Supprimer la colonne",
|
|
2338
|
+
deleteTable: "Supprimer le tableau",
|
|
2339
|
+
mergeCells: "Fusionner les cellules",
|
|
2340
|
+
splitCell: "Fractionner la cellule",
|
|
2341
|
+
editingTools: "Outils d'édition de tableau",
|
|
2342
|
+
label: "Tableau :",
|
|
2343
|
+
cellFillColor: "Couleur de remplissage des cellules",
|
|
2344
|
+
borderColor: "Couleur de la bordure",
|
|
2345
|
+
borderWidth: "Épaisseur de la bordure",
|
|
2346
|
+
unknownAction: "Action inconnue",
|
|
2347
|
+
borders: {
|
|
2348
|
+
all: "Toutes les bordures",
|
|
2349
|
+
outside: "Bordures extérieures",
|
|
2350
|
+
inside: "Bordures intérieures",
|
|
2351
|
+
none: "Aucune bordure",
|
|
2352
|
+
remove: "Supprimer les bordures",
|
|
2353
|
+
top: "Bordure supérieure",
|
|
2354
|
+
bottom: "Bordure inférieure",
|
|
2355
|
+
left: "Bordure gauche",
|
|
2356
|
+
right: "Bordure droite",
|
|
2357
|
+
styleAriaLabel: "Style de bordure",
|
|
2358
|
+
tooltip: "Bordures"
|
|
2359
|
+
},
|
|
2360
|
+
moreOptions: "Plus d'options de tableau",
|
|
2361
|
+
styles: {
|
|
2362
|
+
title: "Styles de tableau",
|
|
2363
|
+
label: "Styles",
|
|
2364
|
+
normalTable: "Tableau normal",
|
|
2365
|
+
tableGrid: "Grille de tableau",
|
|
2366
|
+
gridTableLight: "Tableau à grille clair",
|
|
2367
|
+
plainTable1: "Tableau simple 1",
|
|
2368
|
+
plainTable2: "Tableau simple 2",
|
|
2369
|
+
plainTable3: "Tableau simple 3",
|
|
2370
|
+
plainTable4: "Tableau simple 4",
|
|
2371
|
+
gridTable1Light: "Grille de tableau 1 clair",
|
|
2372
|
+
gridTable4Accent1: "Grille de tableau 4 - Accent 1",
|
|
2373
|
+
gridTable5Dark: "Grille de tableau 5 sombre",
|
|
2374
|
+
listTable3Accent2: "Grille de tableau 3 Accent 2",
|
|
2375
|
+
listTable4Accent3: "Grille de tableau 4 Accent 3",
|
|
2376
|
+
gridTable4Accent5: "Grille de tableau 4 Accent 5",
|
|
2377
|
+
gridTable4Accent6: "Grille de tableau 4 Accent 6"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
tableAdvanced: {
|
|
2381
|
+
verticalAlignment: "Alignement vertical",
|
|
2382
|
+
top: "Haut",
|
|
2383
|
+
middle: "Milieu",
|
|
2384
|
+
bottom: "Bas",
|
|
2385
|
+
cellMargins: "Marges de cellule",
|
|
2386
|
+
textDirection: "Orientation du texte",
|
|
2387
|
+
textDirections: {
|
|
2388
|
+
horizontal: "Horizontal (GàD)",
|
|
2389
|
+
verticalRL: "Vertical (haut-bas, DàG)",
|
|
2390
|
+
verticalLR: "Vertical (bas-haut, GàD)"
|
|
2391
|
+
},
|
|
2392
|
+
toggleNoWrap: "Activer/Désactiver le retour à la ligne",
|
|
2393
|
+
rowHeight: "Hauteur de ligne",
|
|
2394
|
+
heightRules: {
|
|
2395
|
+
auto: "Auto",
|
|
2396
|
+
atLeast: "Au moins",
|
|
2397
|
+
exact: "Exacte"
|
|
2398
|
+
},
|
|
2399
|
+
rule: "Règle",
|
|
2400
|
+
height: "Hauteur",
|
|
2401
|
+
toggleHeaderRow: "Activer/Désactiver la ligne d'en-tête",
|
|
2402
|
+
distributeColumns: "Uniformiser la largeur des colonnes",
|
|
2403
|
+
autoFit: "Ajuster automatiquement au contenu",
|
|
2404
|
+
tableProperties: "Propriétés du tableau...",
|
|
2405
|
+
tableAlignment: "Alignement du tableau",
|
|
2406
|
+
alignTableLeft: "Aligner le tableau à gauche",
|
|
2407
|
+
alignTableCenter: "Centrer le tableau",
|
|
2408
|
+
alignTableRight: "Aligner le tableau à droite",
|
|
2409
|
+
tableOptionsMenu: "Menu des options de tableau",
|
|
2410
|
+
tableOptions: "Options de tableau"
|
|
2411
|
+
},
|
|
2412
|
+
imageTransform: {
|
|
2413
|
+
tooltip: "Transformer",
|
|
2414
|
+
rotateClockwise: "Pivoter vers la droite",
|
|
2415
|
+
rotateCounterClockwise: "Pivoter vers la gauche",
|
|
2416
|
+
flipHorizontal: "Retourner horizontalement",
|
|
2417
|
+
flipVertical: "Retourner verticalement"
|
|
2418
|
+
},
|
|
2419
|
+
imageWrap: {
|
|
2420
|
+
inline: "En ligne avec le texte",
|
|
2421
|
+
floatLeft: "Carré à gauche",
|
|
2422
|
+
floatRight: "Carré à droite",
|
|
2423
|
+
topAndBottom: "Haut et bas",
|
|
2424
|
+
behindText: "Derrière le texte",
|
|
2425
|
+
inFrontOfText: "Devant le texte",
|
|
2426
|
+
tooltipPrefix: "Habillage : {label}",
|
|
2427
|
+
menu: {
|
|
2428
|
+
inLineWithText: "En ligne avec le texte",
|
|
2429
|
+
squareLeft: "Carré à gauche",
|
|
2430
|
+
squareRight: "Carré à droite",
|
|
2431
|
+
behindText: "Derrière le texte",
|
|
2432
|
+
inFrontOfText: "Devant le texte",
|
|
2433
|
+
ariaLabel: "Options de disposition de l'image",
|
|
2434
|
+
imageProperties: "Propriétés de l'image…"
|
|
2435
|
+
},
|
|
2436
|
+
menuDesc: {
|
|
2437
|
+
inLineWithText: "L'image s'intègre dans la ligne comme un caractère",
|
|
2438
|
+
squareLeft: "L'image est alignée à gauche, le texte l'entoure à droite",
|
|
2439
|
+
squareRight: "L'image est alignée à droite, le texte l'entoure à gauche",
|
|
2440
|
+
behindText: "L'image s'affiche en arrière-plan derrière le texte",
|
|
2441
|
+
inFrontOfText: "L'image s'affiche au premier plan par-dessus le texte"
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
responsePreview: {
|
|
2445
|
+
loading: "{action}...",
|
|
2446
|
+
result: "{action} résultat",
|
|
2447
|
+
closeEsc: "Fermer (Échap)",
|
|
2448
|
+
editPrompt: "Modifier le résultat avant d'accepter :",
|
|
2449
|
+
changes: "Modifications :",
|
|
2450
|
+
original: "Original :",
|
|
2451
|
+
new: "Nouveau :",
|
|
2452
|
+
cancelEdit: "Annuler la modification"
|
|
2453
|
+
},
|
|
2454
|
+
commentMarkers: {
|
|
2455
|
+
resolvedComment: "Commentaire résolu",
|
|
2456
|
+
comment: "Commentaire"
|
|
2457
|
+
},
|
|
2458
|
+
editor: {
|
|
2459
|
+
toggleCommentsSidebar: "Afficher/masquer les commentaires",
|
|
2460
|
+
showDocumentOutline: "Afficher le plan",
|
|
2461
|
+
editing: "Éditer",
|
|
2462
|
+
editingDescription: "Modifier directement le document",
|
|
2463
|
+
suggesting: "Suggestions",
|
|
2464
|
+
suggestingDescription: "Les modifications deviennent des suggestions",
|
|
2465
|
+
viewing: "Affichage",
|
|
2466
|
+
viewingDescription: "Lecture seule, aucune modification",
|
|
2467
|
+
failedToParse: "Impossible d'analyser le document",
|
|
2468
|
+
linkRemoved: "Lien supprimé",
|
|
2469
|
+
linkCopied: "Lien copié dans le presse-papiers",
|
|
2470
|
+
failedToSave: "Échec de l'enregistrement du document"
|
|
2471
|
+
},
|
|
2472
|
+
hyperlinkPopup: {
|
|
2473
|
+
displayTextPlaceholder: "Texte à afficher",
|
|
2474
|
+
urlPlaceholder: "https://exemple.com",
|
|
2475
|
+
copyLink: "Copier le lien",
|
|
2476
|
+
editLink: "Modifier le lien",
|
|
2477
|
+
removeLink: "Supprimer le lien"
|
|
2478
|
+
},
|
|
2479
|
+
headerFooter: {
|
|
2480
|
+
header: "En-tête",
|
|
2481
|
+
footer: "Pied de page",
|
|
2482
|
+
options: "Options",
|
|
2483
|
+
insertPageNumber: "Insérer le numéro de page",
|
|
2484
|
+
insertTotalPages: "Insérer le nombre total de pages",
|
|
2485
|
+
remove: "Supprimer {label}",
|
|
2486
|
+
closeEditing: "Fermer l'édition de {label}"
|
|
2487
|
+
},
|
|
2488
|
+
image: {
|
|
2489
|
+
placeholder: "Insérer une image",
|
|
2490
|
+
placeholderText: "[Image]",
|
|
2491
|
+
editableAriaLabel: "Éditer l'image"
|
|
2492
|
+
},
|
|
2493
|
+
imageOverlay: {
|
|
2494
|
+
rotate: "Faire pivoter",
|
|
2495
|
+
imageProperties: "Propriétés de l'image",
|
|
2496
|
+
deleteImage: "Supprimer l'image"
|
|
2497
|
+
},
|
|
2498
|
+
ruler: {
|
|
2499
|
+
horizontal: "Règle horizontale",
|
|
2500
|
+
vertical: "Règle verticale",
|
|
2501
|
+
firstLineIndent: "Indentation de première ligne",
|
|
2502
|
+
leftIndent: "Décalage à gauche",
|
|
2503
|
+
rightIndent: "Décalage à droite",
|
|
2504
|
+
topMargin: "Marge supérieure",
|
|
2505
|
+
bottomMargin: "Marge inférieure"
|
|
2506
|
+
},
|
|
2507
|
+
print: {
|
|
2508
|
+
label: "Imprimer",
|
|
2509
|
+
allPages: "Tout ({totalPages} pages)",
|
|
2510
|
+
singlePage: "Page {start}",
|
|
2511
|
+
pageRange: "Pages {start}-{end}"
|
|
2512
|
+
},
|
|
2513
|
+
unsaved: {
|
|
2514
|
+
unsaved: "Non enregistré",
|
|
2515
|
+
saved: "Enregistré",
|
|
2516
|
+
unsavedTitle: "Le document a des modifications non enregistrées",
|
|
2517
|
+
savedTitle: "Toutes les modifications ont été enregistrées",
|
|
2518
|
+
unsavedAriaLabel: "Modifications non enregistrées",
|
|
2519
|
+
savedAriaLabel: "Toutes les modifications ont été enregistrées"
|
|
2520
|
+
},
|
|
2521
|
+
loading: {
|
|
2522
|
+
label: "Chargement"
|
|
2523
|
+
},
|
|
2524
|
+
agentPanel: {
|
|
2525
|
+
defaultTitle: "Assistant",
|
|
2526
|
+
toggle: "Ouvrir l'assistant",
|
|
2527
|
+
close: "Fermer",
|
|
2528
|
+
resizeHandle: "Redimensionner",
|
|
2529
|
+
thinking: "L'assistant réfléchit...",
|
|
2530
|
+
composerPlaceholder: "Demander à l'assistant…",
|
|
2531
|
+
send: "Envoyer",
|
|
2532
|
+
timeline: {
|
|
2533
|
+
working: "Traitement… {count, plural, one {# étape} other {# étapes}}",
|
|
2534
|
+
summary: "{count, plural, one {# étape} other {# étapes}}",
|
|
2535
|
+
earlier: "+ {count, plural, one {# étape précédente} other {# étapes précédentes}}"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
revisions: {
|
|
2539
|
+
cellDeleted: null,
|
|
2540
|
+
cellInserted: null,
|
|
2541
|
+
cellMerged: null,
|
|
2542
|
+
cellPropertiesChanged: null,
|
|
2543
|
+
paragraphMarkDeleted: null,
|
|
2544
|
+
paragraphMarkInserted: null,
|
|
2545
|
+
paragraphPropertiesChanged: null,
|
|
2546
|
+
rowDeleted: null,
|
|
2547
|
+
rowInserted: null,
|
|
2548
|
+
rowPropertiesChanged: null,
|
|
2549
|
+
tableDeleted: null,
|
|
2550
|
+
tableInserted: null,
|
|
2551
|
+
tablePropertiesChanged: null
|
|
1681
2552
|
}
|
|
1682
2553
|
};
|
|
1683
2554
|
|
|
@@ -2502,6 +3373,860 @@ var he_default = {
|
|
|
2502
3373
|
deleteImage: "מחק תמונה",
|
|
2503
3374
|
imageProperties: "מאפייני תמונה",
|
|
2504
3375
|
rotate: "סובב"
|
|
3376
|
+
},
|
|
3377
|
+
revisions: {
|
|
3378
|
+
cellDeleted: null,
|
|
3379
|
+
cellInserted: null,
|
|
3380
|
+
cellMerged: null,
|
|
3381
|
+
cellPropertiesChanged: null,
|
|
3382
|
+
paragraphMarkDeleted: null,
|
|
3383
|
+
paragraphMarkInserted: null,
|
|
3384
|
+
paragraphPropertiesChanged: null,
|
|
3385
|
+
rowDeleted: null,
|
|
3386
|
+
rowInserted: null,
|
|
3387
|
+
rowPropertiesChanged: null,
|
|
3388
|
+
tablePropertiesChanged: null,
|
|
3389
|
+
tableDeleted: null,
|
|
3390
|
+
tableInserted: null
|
|
3391
|
+
}
|
|
3392
|
+
};
|
|
3393
|
+
|
|
3394
|
+
// hi.json
|
|
3395
|
+
var hi_default = {
|
|
3396
|
+
_lang: "hi",
|
|
3397
|
+
common: {
|
|
3398
|
+
cancel: "रद्द करें",
|
|
3399
|
+
insert: "डालें",
|
|
3400
|
+
apply: "लागू करें",
|
|
3401
|
+
close: "बंद करें",
|
|
3402
|
+
delete: "हटाएं",
|
|
3403
|
+
update: "अपडेट करें",
|
|
3404
|
+
save: "सहेजें",
|
|
3405
|
+
retry: "पुनः प्रयास करें",
|
|
3406
|
+
send: "भेजें",
|
|
3407
|
+
edit: "संपादित करें",
|
|
3408
|
+
comment: "टिप्पणी",
|
|
3409
|
+
reply: "जवाब दें",
|
|
3410
|
+
accept: "स्वीकार करें",
|
|
3411
|
+
reject: "अस्वीकार करें",
|
|
3412
|
+
dismiss: "खारिज करें",
|
|
3413
|
+
change: "बदलें",
|
|
3414
|
+
clear: "साफ करें",
|
|
3415
|
+
px: "px",
|
|
3416
|
+
closeDialog: "डायलॉग बंद करें"
|
|
3417
|
+
},
|
|
3418
|
+
toolbar: {
|
|
3419
|
+
ariaLabel: "प्रारूपण टूलबार",
|
|
3420
|
+
file: "फ़ाइल",
|
|
3421
|
+
format: "प्रारूप",
|
|
3422
|
+
insert: "डालें",
|
|
3423
|
+
open: "खोलें",
|
|
3424
|
+
openShortcut: "Ctrl+O",
|
|
3425
|
+
save: "सहेजें",
|
|
3426
|
+
saveShortcut: "Ctrl+S",
|
|
3427
|
+
print: "प्रिंट करें",
|
|
3428
|
+
printShortcut: "Ctrl+P",
|
|
3429
|
+
pageSetup: "पेज सेटअप",
|
|
3430
|
+
leftToRight: "बाएं से दाएं टेक्स्ट",
|
|
3431
|
+
rightToLeft: "दाएं से बाएं टेक्स्ट",
|
|
3432
|
+
image: "चित्र",
|
|
3433
|
+
table: "तालिका",
|
|
3434
|
+
pageBreak: "पेज ब्रेक",
|
|
3435
|
+
tableOfContents: "विषय-सूची",
|
|
3436
|
+
symbol: "प्रतीक",
|
|
3437
|
+
help: "सहायता",
|
|
3438
|
+
reportIssue: "समस्या की रिपोर्ट करें"
|
|
3439
|
+
},
|
|
3440
|
+
formattingBar: {
|
|
3441
|
+
groups: {
|
|
3442
|
+
history: "इतिहास",
|
|
3443
|
+
zoom: "ज़ूम",
|
|
3444
|
+
styles: "शैली",
|
|
3445
|
+
font: "फ़ॉन्ट",
|
|
3446
|
+
textFormatting: "टेक्स्ट प्रारूपण",
|
|
3447
|
+
script: "स्क्रिप्ट",
|
|
3448
|
+
alignment: "संरेखण",
|
|
3449
|
+
listFormatting: "सूची प्रारूपण",
|
|
3450
|
+
image: "चित्र",
|
|
3451
|
+
table: "तालिका"
|
|
3452
|
+
},
|
|
3453
|
+
undo: "पूर्ववत करें",
|
|
3454
|
+
undoShortcut: "पूर्ववत करें (Ctrl+Z)",
|
|
3455
|
+
redo: "पुनः करें",
|
|
3456
|
+
redoShortcut: "पुनः करें (Ctrl+Y)",
|
|
3457
|
+
bold: "बोल्ड",
|
|
3458
|
+
boldShortcut: "बोल्ड (Ctrl+B)",
|
|
3459
|
+
italic: "इटैलिक",
|
|
3460
|
+
italicShortcut: "इटैलिक (Ctrl+I)",
|
|
3461
|
+
underline: "रेखांकित",
|
|
3462
|
+
underlineShortcut: "रेखांकित (Ctrl+U)",
|
|
3463
|
+
strikethrough: "बीच से काटें",
|
|
3464
|
+
fontColor: "फ़ॉन्ट का रंग",
|
|
3465
|
+
highlightColor: "टेक्स्ट हाइलाइट का रंग",
|
|
3466
|
+
insertLink: "लिंक डालें",
|
|
3467
|
+
insertLinkShortcut: "लिंक डालें (Ctrl+K)",
|
|
3468
|
+
superscript: "सुपरस्क्रिप्ट",
|
|
3469
|
+
superscriptShortcut: "सुपरस्क्रिप्ट (Ctrl+Shift+=)",
|
|
3470
|
+
subscript: "सबस्क्रिप्ट",
|
|
3471
|
+
subscriptShortcut: "सबस्क्रिप्ट (Ctrl+=)",
|
|
3472
|
+
imageProperties: "चित्र की विशेषताएँ",
|
|
3473
|
+
imagePropertiesShortcut: "चित्र की विशेषताएँ (ऑल्ट टेक्स्ट, बॉर्डर)...",
|
|
3474
|
+
clearFormatting: "प्रारूपण साफ करें"
|
|
3475
|
+
},
|
|
3476
|
+
alignment: {
|
|
3477
|
+
alignLeft: "बाएं संरेखित करें",
|
|
3478
|
+
alignLeftShortcut: "Ctrl+L",
|
|
3479
|
+
center: "केंद्रित करें",
|
|
3480
|
+
centerShortcut: "Ctrl+E",
|
|
3481
|
+
alignRight: "दाएं संरेखित करें",
|
|
3482
|
+
alignRightShortcut: "Ctrl+R",
|
|
3483
|
+
justify: "दोनों ओर संरेखित करें",
|
|
3484
|
+
justifyShortcut: "Ctrl+J"
|
|
3485
|
+
},
|
|
3486
|
+
lists: {
|
|
3487
|
+
ariaLabel: "सूची प्रारूपण",
|
|
3488
|
+
typeAriaLabel: "सूची का प्रकार",
|
|
3489
|
+
indentationAriaLabel: "सूची इंडेंटेशन",
|
|
3490
|
+
bulletList: "बुलेट सूची",
|
|
3491
|
+
numberedList: "नंबर वाली सूची",
|
|
3492
|
+
decreaseIndent: "इंडेंट कम करें",
|
|
3493
|
+
increaseIndent: "इंडेंट बढ़ाएं"
|
|
3494
|
+
},
|
|
3495
|
+
lineSpacing: {
|
|
3496
|
+
single: "एकल",
|
|
3497
|
+
double: "दुगुना",
|
|
3498
|
+
lineSpacingTitle: "लाइन स्पेसिंग: {label}",
|
|
3499
|
+
paragraphSpacing: "पैराग्राफ स्पेसिंग"
|
|
3500
|
+
},
|
|
3501
|
+
styles: {
|
|
3502
|
+
selectAriaLabel: "पैराग्राफ शैली चुनें",
|
|
3503
|
+
normalText: "सामान्य टेक्स्ट",
|
|
3504
|
+
title: "शीर्षक",
|
|
3505
|
+
subtitle: "उपशीर्षक",
|
|
3506
|
+
heading1: "शीर्षक 1",
|
|
3507
|
+
heading2: "शीर्षक 2",
|
|
3508
|
+
heading3: "शीर्षक 3"
|
|
3509
|
+
},
|
|
3510
|
+
font: {
|
|
3511
|
+
selectAriaLabel: "फ़ॉन्ट फैमिली चुनें",
|
|
3512
|
+
sansSerif: "Sans Serif",
|
|
3513
|
+
serif: "Serif",
|
|
3514
|
+
monospace: "Monospace"
|
|
3515
|
+
},
|
|
3516
|
+
fontSize: {
|
|
3517
|
+
decrease: "फ़ॉन्ट आकार घटाएं",
|
|
3518
|
+
increase: "फ़ॉन्ट आकार बढ़ाएं",
|
|
3519
|
+
label: "फ़ॉन्ट का आकार",
|
|
3520
|
+
listLabel: "फ़ॉन्ट आकार"
|
|
3521
|
+
},
|
|
3522
|
+
zoom: {
|
|
3523
|
+
ariaLabel: "ज़ूम: {label}"
|
|
3524
|
+
},
|
|
3525
|
+
colorPicker: {
|
|
3526
|
+
ariaLabel: "{type} रंग पिकर",
|
|
3527
|
+
highlightColors: "हाइलाइट रंग",
|
|
3528
|
+
customColor: "कस्टम रंग",
|
|
3529
|
+
noColor: "कोई रंग नहीं",
|
|
3530
|
+
automatic: "स्वचालित",
|
|
3531
|
+
themeColors: "थीम के रंग",
|
|
3532
|
+
standardColors: "मानक रंग",
|
|
3533
|
+
colors: {
|
|
3534
|
+
black: "काला",
|
|
3535
|
+
darkRed: "गहरा लाल",
|
|
3536
|
+
red: "लाल",
|
|
3537
|
+
orange: "नारंगी",
|
|
3538
|
+
yellow: "पीला",
|
|
3539
|
+
darkYellow: "गहरा पीला",
|
|
3540
|
+
green: "हरा",
|
|
3541
|
+
darkGreen: "गहरा हरा",
|
|
3542
|
+
teal: "टील",
|
|
3543
|
+
darkTeal: "गहरा टील",
|
|
3544
|
+
blue: "नीला",
|
|
3545
|
+
darkBlue: "गहरा नीला",
|
|
3546
|
+
purple: "बैंगनी",
|
|
3547
|
+
darkPurple: "गहरा बैंगनी",
|
|
3548
|
+
brown: "भूरा",
|
|
3549
|
+
grey50: "ग्रे 50%",
|
|
3550
|
+
grey25: "ग्रे 25%",
|
|
3551
|
+
grey10: "ग्रे 10%",
|
|
3552
|
+
white: "सफ़ेद",
|
|
3553
|
+
lightRed: "हल्का लाल",
|
|
3554
|
+
lightOrange: "हल्का नारंगी",
|
|
3555
|
+
lightYellow: "हल्का पीला",
|
|
3556
|
+
lightGreen: "हल्का हरा",
|
|
3557
|
+
lightBlue: "हल्का नीला",
|
|
3558
|
+
lightPurple: "हल्का बैंगनी",
|
|
3559
|
+
pink: "गुलाबी",
|
|
3560
|
+
rose: "रोज़",
|
|
3561
|
+
gold: "सुनहरा",
|
|
3562
|
+
aqua: "एक्वा",
|
|
3563
|
+
lavender: "लैवेंडर",
|
|
3564
|
+
silver: "चांदी",
|
|
3565
|
+
darkOrange: "गहरा नारंगी",
|
|
3566
|
+
darkGray: "गहरा ग्रे",
|
|
3567
|
+
gray: "ग्रे",
|
|
3568
|
+
cyan: "स्यान",
|
|
3569
|
+
magenta: "मैजेंटा",
|
|
3570
|
+
paleGreen: "हल्का हरा",
|
|
3571
|
+
lightCyan: "हल्का स्यान",
|
|
3572
|
+
skyBlue: "आसमानी नीला",
|
|
3573
|
+
lightBlue2: "हल्का नीला 2",
|
|
3574
|
+
lightMagenta: "हल्का मैजेंटा",
|
|
3575
|
+
brightGreen: "चमकीला हरा",
|
|
3576
|
+
violet: "बैंगनी"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
dialogs: {
|
|
3580
|
+
findReplace: {
|
|
3581
|
+
titleFind: "खोजें",
|
|
3582
|
+
titleFindReplace: "खोजें और बदलें",
|
|
3583
|
+
findLabel: "खोजें:",
|
|
3584
|
+
findPlaceholder: "खोजने के लिए टेक्स्ट दर्ज करें...",
|
|
3585
|
+
findAriaLabel: "टेक्स्ट खोजें",
|
|
3586
|
+
findPrevious: "पिछला खोजें",
|
|
3587
|
+
findPreviousTitle: "पिछला खोजें (Shift+Enter)",
|
|
3588
|
+
findNext: "अगला खोजें",
|
|
3589
|
+
findNextTitle: "अगला खोजें (Enter)",
|
|
3590
|
+
matchCount: "{total} में से {current} मिलान",
|
|
3591
|
+
noResults: "कोई परिणाम नहीं मिला",
|
|
3592
|
+
replaceLabel: "इससे बदलें:",
|
|
3593
|
+
replacePlaceholder: "बदलने के लिए टेक्स्ट दर्ज करें...",
|
|
3594
|
+
replaceAriaLabel: "टेक्स्ट बदलें",
|
|
3595
|
+
replaceButton: "बदलें",
|
|
3596
|
+
replaceCurrentTitle: "वर्तमान मिलान को बदलें",
|
|
3597
|
+
replaceAllButton: "सभी बदलें",
|
|
3598
|
+
replaceAllTitle: "सभी मिलान बदलें",
|
|
3599
|
+
matchCase: "केस संवेदनशील",
|
|
3600
|
+
wholeWords: "पूरा शब्द",
|
|
3601
|
+
matchesFound: "{total} मिलान मिले",
|
|
3602
|
+
toggleReplace: "+ बदलें"
|
|
3603
|
+
},
|
|
3604
|
+
hyperlink: {
|
|
3605
|
+
titleEdit: "हाइपरलिंक संपादित करें",
|
|
3606
|
+
titleInsert: "हाइपरलिंक डालें",
|
|
3607
|
+
tabWebAddress: "वेब पता",
|
|
3608
|
+
tabBookmark: "बुकमार्क",
|
|
3609
|
+
urlLabel: "URL",
|
|
3610
|
+
urlPlaceholder: "https://example.com",
|
|
3611
|
+
urlHint: "वेब पता, ईमेल (mailto:) या फ़ोन (tel:) दर्ज करें",
|
|
3612
|
+
bookmarkLabel: "बुकमार्क",
|
|
3613
|
+
bookmarkPlaceholder: "बुकमार्क चुनें...",
|
|
3614
|
+
displayTextLabel: "दिखाया जाने वाला टेक्स्ट",
|
|
3615
|
+
displayTextPlaceholder: "दिखाने के लिए टेक्स्ट (वैकल्पिक)",
|
|
3616
|
+
displayTextHint: "चयनित टेक्स्ट का उपयोग करने के लिए खाली छोड़ दें",
|
|
3617
|
+
tooltipLabel: "टूलटिप (वैकल्पिक)",
|
|
3618
|
+
tooltipPlaceholder: "होवर करने पर दिखने वाला टेक्स्ट",
|
|
3619
|
+
removeLink: "लिंक हटाएं",
|
|
3620
|
+
invalidUrl: "कृपया एक वैध URL दर्ज करें",
|
|
3621
|
+
urlRequired: "URL आवश्यक है"
|
|
3622
|
+
},
|
|
3623
|
+
insertTable: {
|
|
3624
|
+
title: "तालिका डालें",
|
|
3625
|
+
hoverToSelect: "आकार चुनने के लिए होवर करें",
|
|
3626
|
+
tableSize: "{cols} x {rows} तालिका",
|
|
3627
|
+
orSpecifySize: "या आकार निर्दिष्ट करें",
|
|
3628
|
+
rowsLabel: "पंक्तियाँ:",
|
|
3629
|
+
columnsLabel: "स्तंभ:",
|
|
3630
|
+
insertButton: "तालिका डालें",
|
|
3631
|
+
sizeSelector: "तालिका आकार चयनकर्ता",
|
|
3632
|
+
columnWidthLabel: "स्तंभ की चौड़ाई",
|
|
3633
|
+
fixedWidth: "निश्चित",
|
|
3634
|
+
autofit: "सामग्री के अनुसार स्वतः फिट करें",
|
|
3635
|
+
tableStyleLabel: "तालिका शैली",
|
|
3636
|
+
validationHint: "पंक्तियाँ: {minRows}-{maxRows}, स्तंभ: {minCols}-{maxCols}"
|
|
3637
|
+
},
|
|
3638
|
+
splitCell: {
|
|
3639
|
+
title: "सेल विभाजित करें",
|
|
3640
|
+
description: "सेट करें कि चयनित सेल को कितनी पंक्तियों और स्तंभों में विभाजित करना है।",
|
|
3641
|
+
rowsLabel: "पंक्तियाँ:",
|
|
3642
|
+
columnsLabel: "स्तंभ:",
|
|
3643
|
+
currentMinimum: "वर्तमान विस्तार से न्यूनतम: {rows} पंक्ति x {cols} स्तंभ",
|
|
3644
|
+
minValue: "कम से कम {rows} पंक्ति और {cols} स्तंभ का उपयोग करें।",
|
|
3645
|
+
notOneByOne: "कम से कम दो परिणामी सेल चुनें।"
|
|
3646
|
+
},
|
|
3647
|
+
insertImage: {
|
|
3648
|
+
title: "चित्र डालें",
|
|
3649
|
+
uploadAriaLabel: "चित्र अपलोड करने के लिए क्लिक करें या खींचें",
|
|
3650
|
+
uploadText: "चुनने के लिए क्लिक करें या चित्र को यहां खींचकर छोड़ें",
|
|
3651
|
+
uploadSubtext: "10MB तक PNG, JPG, GIF",
|
|
3652
|
+
dimensions: "आयाम",
|
|
3653
|
+
widthLabel: "चौड़ाई:",
|
|
3654
|
+
heightLabel: "ऊंचाई:",
|
|
3655
|
+
aspectRatioLocked: "पहलू अनुपात लॉक किया गया",
|
|
3656
|
+
aspectRatioUnlocked: "पहलू अनुपात अनलॉक किया गया",
|
|
3657
|
+
altTextLabel: "वैकल्पिक टेक्स्ट (वैकल्पिक)",
|
|
3658
|
+
altTextPlaceholder: "पहुंच-योग्यता के लिए चित्र का वर्णन करें",
|
|
3659
|
+
insertButton: "चित्र डालें",
|
|
3660
|
+
invalidFile: "कृपया एक वैध चित्र फ़ाइल चुनें",
|
|
3661
|
+
fileTooLarge: "चित्र फ़ाइल बहुत बड़ी है (अधिकतम 10MB)",
|
|
3662
|
+
readFailed: "चित्र फ़ाइल पढ़ने में विफल",
|
|
3663
|
+
loadFailed: "चित्र लोड करने में विफल",
|
|
3664
|
+
preview: "पूर्वावलोकन"
|
|
3665
|
+
},
|
|
3666
|
+
insertSymbol: {
|
|
3667
|
+
title: "प्रतीक डालें",
|
|
3668
|
+
searchPlaceholder: "प्रतीक खोजें (वर्ण या यूनिकोड)...",
|
|
3669
|
+
noResultsEmpty: "कोई प्रतीक नहीं मिला",
|
|
3670
|
+
noResults: '"{query}" के लिए कोई प्रतीक नहीं मिला',
|
|
3671
|
+
decimal: "दशमलव: {value}",
|
|
3672
|
+
recent: "हाल का:",
|
|
3673
|
+
categories: {
|
|
3674
|
+
common: "सामान्य",
|
|
3675
|
+
arrows: "तीर",
|
|
3676
|
+
math: "गणित",
|
|
3677
|
+
greek: "ग्रीक",
|
|
3678
|
+
shapes: "आकृतियाँ",
|
|
3679
|
+
punctuation: "विराम चिह्न",
|
|
3680
|
+
currency: "मुद्रा",
|
|
3681
|
+
music: "संगीत",
|
|
3682
|
+
emoji: "इमोजी"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
imageProperties: {
|
|
3686
|
+
title: "चित्र की विशेषताएँ",
|
|
3687
|
+
altText: "वैकल्पिक टेक्स्ट",
|
|
3688
|
+
altTextPlaceholder: "पहुंच-योग्यता के लिए इस चित्र का वर्णन करें...",
|
|
3689
|
+
border: "बॉर्डर",
|
|
3690
|
+
width: "चौड़ाई",
|
|
3691
|
+
style: "शैली",
|
|
3692
|
+
color: "रंग",
|
|
3693
|
+
preview: "पूर्वावलोकन",
|
|
3694
|
+
textWrapping: "टेक्स्ट रैपिंग",
|
|
3695
|
+
dimensions: "आयाम",
|
|
3696
|
+
widthLabel: "चौड़ाई:",
|
|
3697
|
+
heightLabel: "ऊंचाई:",
|
|
3698
|
+
lockAspectRatio: "पहलू अनुपात लॉक करें",
|
|
3699
|
+
wrapOptions: {
|
|
3700
|
+
inline: "टेक्स्ट के साथ इनलाइन",
|
|
3701
|
+
wrapRight: "टेक्स्ट रैप करें, बाईं ओर तैरें",
|
|
3702
|
+
wrapLeft: "टेक्स्ट रैप करें, दाईं ओर तैरें",
|
|
3703
|
+
topAndBottom: "ऊपर और नीचे",
|
|
3704
|
+
behind: "टेक्स्ट के पीछे",
|
|
3705
|
+
inFront: "टेक्स्ट के सामने"
|
|
3706
|
+
},
|
|
3707
|
+
borderStyles: {
|
|
3708
|
+
solid: "ठोस",
|
|
3709
|
+
dashed: "डैशयुक्त",
|
|
3710
|
+
dotted: "बिंदुदार",
|
|
3711
|
+
double: "दोगुना",
|
|
3712
|
+
groove: "ग्रूव",
|
|
3713
|
+
ridge: "रिज",
|
|
3714
|
+
inset: "इनसेट",
|
|
3715
|
+
outset: "आउटसेट"
|
|
3716
|
+
}
|
|
3717
|
+
},
|
|
3718
|
+
imagePosition: {
|
|
3719
|
+
title: "चित्र की स्थिति",
|
|
3720
|
+
horizontal: "क्षैतिज",
|
|
3721
|
+
vertical: "लंबवत",
|
|
3722
|
+
position: "स्थिति",
|
|
3723
|
+
alignment: "संरेखण",
|
|
3724
|
+
offset: "ऑफ़सेट",
|
|
3725
|
+
offsetPx: "ऑफ़सेट (px)",
|
|
3726
|
+
align: "संरेखित करें",
|
|
3727
|
+
relativeTo: "के सापेक्ष",
|
|
3728
|
+
alignOptions: {
|
|
3729
|
+
left: "बाएं",
|
|
3730
|
+
center: "केंद्र",
|
|
3731
|
+
right: "दाएं",
|
|
3732
|
+
top: "ऊपर",
|
|
3733
|
+
bottom: "नीचे"
|
|
3734
|
+
},
|
|
3735
|
+
relativeOptions: {
|
|
3736
|
+
page: "पेज",
|
|
3737
|
+
column: "स्तंभ",
|
|
3738
|
+
margin: "हाशिया",
|
|
3739
|
+
character: "वर्ण",
|
|
3740
|
+
paragraph: "पैराग्राफ",
|
|
3741
|
+
line: "लाइन"
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
pageSetup: {
|
|
3745
|
+
title: "पेज सेटअप",
|
|
3746
|
+
pageSize: "पेज का आकार",
|
|
3747
|
+
sizeLabel: "आकार",
|
|
3748
|
+
custom: "कस्टम",
|
|
3749
|
+
orientation: "अभिमुखता",
|
|
3750
|
+
portrait: "पोर्ट्रेट",
|
|
3751
|
+
landscape: "लैंडस्केप",
|
|
3752
|
+
margins: "हाशिया (मार्जिन)",
|
|
3753
|
+
top: "ऊपर",
|
|
3754
|
+
bottom: "नीचे",
|
|
3755
|
+
left: "बाएं",
|
|
3756
|
+
right: "दाएं",
|
|
3757
|
+
pageSizes: {
|
|
3758
|
+
letter: 'Letter (8.5" × 11")',
|
|
3759
|
+
a4: 'A4 (8.27" × 11.69")',
|
|
3760
|
+
legal: 'Legal (8.5" × 14")',
|
|
3761
|
+
a3: 'A3 (11.69" × 16.54")',
|
|
3762
|
+
a5: 'A5 (5.83" × 8.27")',
|
|
3763
|
+
b5: 'B5 (6.93" × 9.84")',
|
|
3764
|
+
executive: 'Executive (7.25" × 10.5")'
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
tableProperties: {
|
|
3768
|
+
title: "तालिका की विशेषताएँ",
|
|
3769
|
+
widthType: "चौड़ाई का प्रकार",
|
|
3770
|
+
widthLabel: "चौड़ाई",
|
|
3771
|
+
alignmentLabel: "संरेखण",
|
|
3772
|
+
widthTypes: {
|
|
3773
|
+
auto: "स्वतः",
|
|
3774
|
+
fixed: "निश्चित (twips)",
|
|
3775
|
+
percentage: "प्रतिशत"
|
|
3776
|
+
},
|
|
3777
|
+
units: {
|
|
3778
|
+
fiftiethsPercent: "(% का 50वां भाग)",
|
|
3779
|
+
twips: "tw"
|
|
3780
|
+
},
|
|
3781
|
+
alignOptions: {
|
|
3782
|
+
left: "बाएं",
|
|
3783
|
+
center: "केंद्र",
|
|
3784
|
+
right: "दाएं"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
pasteSpecial: {
|
|
3788
|
+
title: "विशेष रूप से पेस्ट करें",
|
|
3789
|
+
keepFormatting: "स्रोत प्रारूपण बनाए रखें",
|
|
3790
|
+
keepFormattingDescription: "मूल प्रारूपण के साथ पेस्ट करें",
|
|
3791
|
+
keepFormattingShortcut: "Ctrl+V",
|
|
3792
|
+
plainText: "सादे टेक्स्ट के रूप में पेस्ट करें",
|
|
3793
|
+
plainTextDescription: "बिना किसी प्रारूपण के पेस्ट करें",
|
|
3794
|
+
plainTextShortcut: "Ctrl+Shift+V",
|
|
3795
|
+
readingClipboard: "क्लिपबोर्ड पढ़ रहा है...",
|
|
3796
|
+
preview: "पूर्वावलोकन:",
|
|
3797
|
+
noContent: "पेस्ट करने के लिए कोई सामग्री उपलब्ध नहीं है",
|
|
3798
|
+
clipboardError: "क्लिपबोर्ड पढ़ने में असमर्थ। कृपया पेस्ट करने के लिए Ctrl+V का उपयोग करें।"
|
|
3799
|
+
},
|
|
3800
|
+
footnoteProperties: {
|
|
3801
|
+
title: "पाद-टिप्पणी और अंत-टिप्पणी की विशेषताएँ",
|
|
3802
|
+
footnotes: "पाद-टिप्पणियाँ",
|
|
3803
|
+
endnotes: "अंत-टिप्पणियाँ",
|
|
3804
|
+
position: "स्थिति",
|
|
3805
|
+
numberFormat: "संख्या प्रारूप",
|
|
3806
|
+
startAt: "यहाँ से शुरू करें",
|
|
3807
|
+
numbering: "क्रमांकन",
|
|
3808
|
+
footnotePositions: {
|
|
3809
|
+
bottomOfPage: "पेज के नीचे",
|
|
3810
|
+
belowText: "टेक्स्ट के नीचे"
|
|
3811
|
+
},
|
|
3812
|
+
endnotePositions: {
|
|
3813
|
+
endOfDocument: "दस्तावेज़ के अंत में",
|
|
3814
|
+
endOfSection: "अनुभाग के अंत में"
|
|
3815
|
+
},
|
|
3816
|
+
numberingOptions: {
|
|
3817
|
+
continuous: "निरंतर",
|
|
3818
|
+
restartSection: "प्रत्येक अनुभाग को पुनरारंभ करें",
|
|
3819
|
+
restartPage: "प्रत्येक पृष्ठ को पुनरारंभ करें"
|
|
3820
|
+
},
|
|
3821
|
+
formats: {
|
|
3822
|
+
decimal: "1, 2, 3, ...",
|
|
3823
|
+
lowerRoman: "i, ii, iii, ...",
|
|
3824
|
+
upperRoman: "I, II, III, ...",
|
|
3825
|
+
lowerAlpha: "a, b, c, ...",
|
|
3826
|
+
upperAlpha: "A, B, C, ...",
|
|
3827
|
+
symbols: "*, †, ‡, ..."
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
keyboardShortcuts: {
|
|
3831
|
+
ariaLabel: "कीबोर्ड शॉर्टकट",
|
|
3832
|
+
searchPlaceholder: "शॉर्टकट खोजें...",
|
|
3833
|
+
categories: {
|
|
3834
|
+
editing: "संपादन",
|
|
3835
|
+
formatting: "प्रारूपण",
|
|
3836
|
+
navigation: "नेविगेशन",
|
|
3837
|
+
clipboard: "क्लिपबोर्ड",
|
|
3838
|
+
selection: "चयन",
|
|
3839
|
+
view: "देखें",
|
|
3840
|
+
file: "फ़ाइल",
|
|
3841
|
+
other: "अन्य"
|
|
3842
|
+
},
|
|
3843
|
+
shortcuts: {
|
|
3844
|
+
save: "सहेजें",
|
|
3845
|
+
saveDescription: "दस्तावेज़ सहेजें",
|
|
3846
|
+
print: "प्रिंट करें",
|
|
3847
|
+
printDescription: "दस्तावेज़ प्रिंट करें",
|
|
3848
|
+
undo: "पूर्ववत करें",
|
|
3849
|
+
undoDescription: "पिछली क्रिया को पूर्ववत करें",
|
|
3850
|
+
redo: "पुनः करें",
|
|
3851
|
+
redoDescription: "पिछली क्रिया को पुनः करें",
|
|
3852
|
+
delete: "हटाएं",
|
|
3853
|
+
deleteDescription: "चयनित टेक्स्ट हटाएं",
|
|
3854
|
+
find: "खोजें",
|
|
3855
|
+
findDescription: "दस्तावेज़ में टेक्स्ट खोजें",
|
|
3856
|
+
findReplace: "खोजें और बदलें",
|
|
3857
|
+
findReplaceDescription: "टेक्स्ट खोजें और बदलें",
|
|
3858
|
+
cut: "काटें",
|
|
3859
|
+
cutDescription: "चयनित टेक्स्ट काटें",
|
|
3860
|
+
copy: "कॉपी करें",
|
|
3861
|
+
copyDescription: "चयनित टेक्स्ट कॉपी करें",
|
|
3862
|
+
paste: "पेस्ट करें",
|
|
3863
|
+
pasteDescription: "क्लिपबोर्ड से पेस्ट करें",
|
|
3864
|
+
pastePlainText: "सादे टेक्स्ट के रूप में पेस्ट करें",
|
|
3865
|
+
pastePlainTextDescription: "बिना प्रारूपण के पेस्ट करें",
|
|
3866
|
+
bold: "बोल्ड",
|
|
3867
|
+
boldDescription: "बोल्ड प्रारूपण टॉगल करें",
|
|
3868
|
+
italic: "इटैलिक",
|
|
3869
|
+
italicDescription: "इटैलिक प्रारूपण टॉगल करें",
|
|
3870
|
+
underline: "रेखांकित",
|
|
3871
|
+
underlineDescription: "रेखांकित प्रारूपण टॉगल करें",
|
|
3872
|
+
strikethrough: "बीच से काटें",
|
|
3873
|
+
strikethroughDescription: "बीच से काटना टॉगल करें",
|
|
3874
|
+
subscript: "सबस्क्रिप्ट",
|
|
3875
|
+
subscriptDescription: "सबस्क्रिप्ट टॉगल करें",
|
|
3876
|
+
superscript: "सुपरस्क्रिप्ट",
|
|
3877
|
+
superscriptDescription: "सुपरस्क्रिप्ट टॉगल करें",
|
|
3878
|
+
alignLeft: "बाएं संरेखित करें",
|
|
3879
|
+
alignLeftDescription: "पैराग्राफ को बाएं संरेखित करें",
|
|
3880
|
+
alignCenter: "केंद्रित करें",
|
|
3881
|
+
alignCenterDescription: "पैराग्राफ को केंद्रित करें",
|
|
3882
|
+
alignRight: "दाएं संरेखित करें",
|
|
3883
|
+
alignRightDescription: "पैराग्राफ को दाएं संरेखित करें",
|
|
3884
|
+
justify: "दोनों ओर संरेखित करें",
|
|
3885
|
+
justifyDescription: "पैराग्राफ को दोनों ओर संरेखित करें",
|
|
3886
|
+
increaseIndent: "इंडेंट बढ़ाएं",
|
|
3887
|
+
increaseIndentDescription: "पैराग्राफ इंडेंट बढ़ाएं",
|
|
3888
|
+
decreaseIndent: "इंडेंट कम करें",
|
|
3889
|
+
decreaseIndentDescription: "पैराग्राफ इंडेंट कम करें",
|
|
3890
|
+
selectAll: "सभी चुनें",
|
|
3891
|
+
selectAllDescription: "सभी सामग्री चुनें",
|
|
3892
|
+
selectWord: "शब्द चुनें",
|
|
3893
|
+
selectWordDescription: "वर्तमान शब्द चुनें",
|
|
3894
|
+
selectParagraph: "पैराग्राफ चुनें",
|
|
3895
|
+
selectParagraphDescription: "वर्तमान पैराग्राफ चुनें",
|
|
3896
|
+
extendSelectionByWord: "शब्द द्वारा चयन बढ़ाएं",
|
|
3897
|
+
extendSelectionByWordDescription: "अगले/पिछले शब्द तक चयन बढ़ाएं",
|
|
3898
|
+
extendSelectionToLineEdge: "लाइन के अंत तक चयन बढ़ाएं",
|
|
3899
|
+
extendSelectionToLineEdgeDescription: "लाइन के प्रारंभ/अंत तक चयन बढ़ाएं",
|
|
3900
|
+
moveByWord: "शब्द द्वारा आगे बढ़ें",
|
|
3901
|
+
moveByWordDescription: "कर्सर को अगले/पिछले शब्द पर ले जाएं",
|
|
3902
|
+
moveToLineStart: "लाइन के प्रारंभ में जाएं",
|
|
3903
|
+
moveToLineStartDescription: "कर्सर को लाइन के प्रारंभ में ले जाएं",
|
|
3904
|
+
moveToLineEnd: "लाइन के अंत में जाएं",
|
|
3905
|
+
moveToLineEndDescription: "कर्सर को लाइन के अंत में ले जाएं",
|
|
3906
|
+
moveToDocumentStart: "दस्तावेज़ के प्रारंभ में जाएं",
|
|
3907
|
+
moveToDocumentStartDescription: "कर्सर को दस्तावेज़ के प्रारंभ में ले जाएं",
|
|
3908
|
+
moveToDocumentEnd: "दस्तावेज़ के अंत में जाएं",
|
|
3909
|
+
moveToDocumentEndDescription: "कर्सर को दस्तावेज़ के अंत में ले जाएं",
|
|
3910
|
+
pageUp: "पेज ऊपर",
|
|
3911
|
+
pageUpDescription: "एक पेज ऊपर स्क्रॉल करें",
|
|
3912
|
+
pageDown: "पेज नीचे",
|
|
3913
|
+
pageDownDescription: "एक पेज नीचे स्क्रॉल करें",
|
|
3914
|
+
zoomIn: "ज़ूम इन",
|
|
3915
|
+
zoomInDescription: "ज़ूम स्तर बढ़ाएं",
|
|
3916
|
+
zoomOut: "ज़ूम आउट",
|
|
3917
|
+
zoomOutDescription: "ज़ूम स्तर घटाएं",
|
|
3918
|
+
resetZoom: "ज़ूम रीसेट करें",
|
|
3919
|
+
resetZoomDescription: "ज़ूम को 100% पर रीसेट करें",
|
|
3920
|
+
keyboardShortcuts: "कीबोर्ड शॉर्टकट",
|
|
3921
|
+
keyboardShortcutsDescription: "यह सहायता संवाद दिखाएं",
|
|
3922
|
+
insertLink: "लिंक डालें",
|
|
3923
|
+
insertLinkDescription: "हाइपरलिंक डालें या संपादित करें"
|
|
3924
|
+
},
|
|
3925
|
+
noResults: '"{query}" से मेल खाने वाला कोई शॉर्टकट नहीं मिला',
|
|
3926
|
+
pressEscToClose: "बंद करने के लिए {key} दबाएं",
|
|
3927
|
+
or: "या"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
comments: {
|
|
3931
|
+
resolved: "सुलझाया गया",
|
|
3932
|
+
resolve: "सुलझाएं",
|
|
3933
|
+
reopen: "फिर से खोलें",
|
|
3934
|
+
moreOptions: "अधिक विकल्प",
|
|
3935
|
+
unknown: "अज्ञात",
|
|
3936
|
+
addComment: "एक टिप्पणी जोड़ें...",
|
|
3937
|
+
replyPlaceholder: "जवाब दें या @ के साथ दूसरों को जोड़ें",
|
|
3938
|
+
replyCount: "{count, plural, one {# जवाब} other {# जवाब}}"
|
|
3939
|
+
},
|
|
3940
|
+
trackedChanges: {
|
|
3941
|
+
unknown: "अज्ञात",
|
|
3942
|
+
replaced: "प्रतिस्थापित किया गया",
|
|
3943
|
+
with: "के साथ",
|
|
3944
|
+
added: "जोड़ा गया",
|
|
3945
|
+
deleted: "हटाया गया"
|
|
3946
|
+
},
|
|
3947
|
+
contextMenu: {
|
|
3948
|
+
ariaLabel: "AI क्रियाएँ मेनू",
|
|
3949
|
+
textMenuAriaLabel: "टेक्स्ट संपादन मेनू",
|
|
3950
|
+
customPromptPlaceholder: "कस्टम प्रॉम्प्ट दर्ज करें...",
|
|
3951
|
+
cut: "काटें",
|
|
3952
|
+
cutShortcut: "Ctrl+X",
|
|
3953
|
+
copy: "कॉपी करें",
|
|
3954
|
+
copyShortcut: "Ctrl+C",
|
|
3955
|
+
paste: "पेस्ट करें",
|
|
3956
|
+
pasteShortcut: "Ctrl+V",
|
|
3957
|
+
pastePlainText: "सादे टेक्स्ट के रूप में पेस्ट करें",
|
|
3958
|
+
pastePlainTextShortcut: "Ctrl+Shift+V",
|
|
3959
|
+
delete: "हटाएं",
|
|
3960
|
+
deleteShortcut: "Del",
|
|
3961
|
+
selectAll: "सभी चुनें",
|
|
3962
|
+
selectAllShortcut: "Ctrl+A",
|
|
3963
|
+
selected: "चयनित:",
|
|
3964
|
+
aiActions: {
|
|
3965
|
+
askAi: "AI से पूछें",
|
|
3966
|
+
rewrite: "फिर से लिखें",
|
|
3967
|
+
expand: "विस्तार करें",
|
|
3968
|
+
summarize: "संक्षेप करें",
|
|
3969
|
+
translate: "अनुवाद करें",
|
|
3970
|
+
explain: "समझाएं",
|
|
3971
|
+
fixGrammar: "व्याकरण ठीक करें",
|
|
3972
|
+
makeFormal: "औपचारिक बनाएं",
|
|
3973
|
+
makeCasual: "अनौपचारिक बनाएं",
|
|
3974
|
+
custom: "कस्टम"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
documentOutline: {
|
|
3978
|
+
ariaLabel: "दस्तावेज़ की रूपरेखा",
|
|
3979
|
+
closeAriaLabel: "रूपरेखा बंद करें",
|
|
3980
|
+
closeTitle: "रूपरेखा बंद करें",
|
|
3981
|
+
title: "रूपरेखा",
|
|
3982
|
+
noHeadings: "कोई शीर्षक नहीं मिला। उन्हें यहाँ देखने के लिए अपने दस्तावेज़ में शीर्षक जोड़ें।"
|
|
3983
|
+
},
|
|
3984
|
+
sidebar: {
|
|
3985
|
+
ariaLabel: "टिप्पणी साइडबार"
|
|
3986
|
+
},
|
|
3987
|
+
viewer: {
|
|
3988
|
+
pageIndicator: "{total} में से {current}"
|
|
3989
|
+
},
|
|
3990
|
+
titleBar: {
|
|
3991
|
+
untitled: "बिना शीर्षक वाला",
|
|
3992
|
+
documentNameAriaLabel: "दस्तावेज़ का नाम",
|
|
3993
|
+
menuBarAriaLabel: "मेनू बार"
|
|
3994
|
+
},
|
|
3995
|
+
errors: {
|
|
3996
|
+
loadingDocument: "दस्तावेज़ लोड हो रहा है...",
|
|
3997
|
+
noDocumentLoaded: "कोई दस्तावेज़ लोड नहीं हुआ",
|
|
3998
|
+
failedToLoad: "दस्तावेज़ लोड करने में विफल",
|
|
3999
|
+
unableToParse: "दस्तावेज़ का विश्लेषण करने में असमर्थ",
|
|
4000
|
+
somethingWentWrong: "कुछ गलत हो गया",
|
|
4001
|
+
errorDescription: "इस घटक को प्रस्तुत करते समय एक त्रुटि हुई। कृपया पुन: प्रयास करें या समस्या बने रहने पर सहायता से संपर्क करें।",
|
|
4002
|
+
errorLabel: "त्रुटि:",
|
|
4003
|
+
componentStack: "घटक स्टैक:",
|
|
4004
|
+
tryAgain: "पुनः प्रयास करें",
|
|
4005
|
+
showDetails: "विवरण दिखाएं",
|
|
4006
|
+
hideDetails: "विवरण छिपाएं",
|
|
4007
|
+
unsavedChanges: "आपके पास सहेजे न गए बदलाव हैं। क्या आप वाकई छोड़ना चाहते हैं?"
|
|
4008
|
+
},
|
|
4009
|
+
table: {
|
|
4010
|
+
insertRowAbove: "पंक्ति ऊपर डालें",
|
|
4011
|
+
insertRowBelow: "पंक्ति नीचे डालें",
|
|
4012
|
+
insertColumnLeft: "स्तंभ बाईं ओर डालें",
|
|
4013
|
+
insertColumnRight: "स्तंभ दाईं ओर डालें",
|
|
4014
|
+
deleteRow: "पंक्ति हटाएं",
|
|
4015
|
+
deleteColumn: "स्तंभ हटाएं",
|
|
4016
|
+
deleteTable: "तालिका हटाएं",
|
|
4017
|
+
mergeCells: "सेल मर्ज करें",
|
|
4018
|
+
splitCell: "सेल विभाजित करें",
|
|
4019
|
+
editingTools: "तालिका संपादन उपकरण",
|
|
4020
|
+
label: "तालिका:",
|
|
4021
|
+
cellFillColor: "सेल भरने का रंग",
|
|
4022
|
+
borderColor: "बॉर्डर का रंग",
|
|
4023
|
+
borderWidth: "बॉर्डर की चौड़ाई",
|
|
4024
|
+
unknownAction: "अज्ञात क्रिया",
|
|
4025
|
+
borders: {
|
|
4026
|
+
all: "सभी बॉर्डर",
|
|
4027
|
+
outside: "बाहरी बॉर्डर",
|
|
4028
|
+
inside: "आंतरिक बॉर्डर",
|
|
4029
|
+
none: "कोई बॉर्डर नहीं",
|
|
4030
|
+
remove: "बॉर्डर हटाएं",
|
|
4031
|
+
top: "शीर्ष बॉर्डर",
|
|
4032
|
+
bottom: "तल बॉर्डर",
|
|
4033
|
+
left: "बायां बॉर्डर",
|
|
4034
|
+
right: "दायां बॉर्डर",
|
|
4035
|
+
styleAriaLabel: "बॉर्डर शैली",
|
|
4036
|
+
tooltip: "बॉर्डर"
|
|
4037
|
+
},
|
|
4038
|
+
moreOptions: "अधिक तालिका विकल्प",
|
|
4039
|
+
styles: {
|
|
4040
|
+
title: "तालिका शैलियाँ",
|
|
4041
|
+
label: "शैलियाँ",
|
|
4042
|
+
normalTable: "सामान्य तालिका",
|
|
4043
|
+
tableGrid: "तालिका ग्रिड",
|
|
4044
|
+
gridTableLight: "ग्रिड तालिका हल्की",
|
|
4045
|
+
plainTable1: "सादी तालिका 1",
|
|
4046
|
+
plainTable2: "सादी तालिका 2",
|
|
4047
|
+
plainTable3: "सादी तालिका 3",
|
|
4048
|
+
plainTable4: "सादी तालिका 4",
|
|
4049
|
+
gridTable1Light: "ग्रिड तालिका 1 हल्की",
|
|
4050
|
+
gridTable4Accent1: "ग्रिड तालिका 4 एक्सेंट 1",
|
|
4051
|
+
gridTable5Dark: "ग्रिड तालिका 5 गहरी",
|
|
4052
|
+
listTable3Accent2: "सूची तालिका 3 एक्सेंट 2",
|
|
4053
|
+
listTable4Accent3: "सूची तालिका 4 एक्सेंट 3",
|
|
4054
|
+
gridTable4Accent5: "ग्रिड तालिका 4 एक्सेंट 5",
|
|
4055
|
+
gridTable4Accent6: "ग्रिड तालिका 4 एक्सेंट 6"
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4058
|
+
tableAdvanced: {
|
|
4059
|
+
verticalAlignment: "लंबवत संरेखण",
|
|
4060
|
+
top: "ऊपर",
|
|
4061
|
+
middle: "मध्य",
|
|
4062
|
+
bottom: "नीचे",
|
|
4063
|
+
cellMargins: "सेल मार्जिन",
|
|
4064
|
+
textDirection: "टेक्स्ट की दिशा",
|
|
4065
|
+
textDirections: {
|
|
4066
|
+
horizontal: "क्षैतिज (LR)",
|
|
4067
|
+
verticalRL: "लंबवत (ऊपर से नीचे, RL)",
|
|
4068
|
+
verticalLR: "लंबवत (नीचे से ऊपर, LR)"
|
|
4069
|
+
},
|
|
4070
|
+
toggleNoWrap: "नो-रैप टॉगल करें",
|
|
4071
|
+
rowHeight: "पंक्ति की ऊंचाई",
|
|
4072
|
+
heightRules: {
|
|
4073
|
+
auto: "स्वतः",
|
|
4074
|
+
atLeast: "कम से कम",
|
|
4075
|
+
exact: "सटीक"
|
|
4076
|
+
},
|
|
4077
|
+
rule: "नियम",
|
|
4078
|
+
height: "ऊंचाई",
|
|
4079
|
+
toggleHeaderRow: "हेडर पंक्ति टॉगल करें",
|
|
4080
|
+
distributeColumns: "स्तंभों को समान रूप से वितरित करें",
|
|
4081
|
+
autoFit: "सामग्री के अनुसार स्वतः फिट करें",
|
|
4082
|
+
tableProperties: "तालिका की विशेषताएँ...",
|
|
4083
|
+
tableAlignment: "तालिका संरेखण",
|
|
4084
|
+
alignTableLeft: "तालिका को बाएं संरेखित करें",
|
|
4085
|
+
alignTableCenter: "तालिका को केंद्रित करें",
|
|
4086
|
+
alignTableRight: "तालिका को दाएं संरेखित करें",
|
|
4087
|
+
tableOptionsMenu: "तालिका विकल्प मेनू",
|
|
4088
|
+
tableOptions: "तालिका विकल्प"
|
|
4089
|
+
},
|
|
4090
|
+
imageTransform: {
|
|
4091
|
+
tooltip: "रूपांतरित करें",
|
|
4092
|
+
rotateClockwise: "दक्षिणावर्त घुमाएं",
|
|
4093
|
+
rotateCounterClockwise: "वामावर्त घुमाएं",
|
|
4094
|
+
flipHorizontal: "क्षैतिज रूप से पलटें",
|
|
4095
|
+
flipVertical: "लंबवत रूप से पलटें"
|
|
4096
|
+
},
|
|
4097
|
+
imageWrap: {
|
|
4098
|
+
inline: "टेक्स्ट के साथ इनलाइन",
|
|
4099
|
+
floatLeft: "स्क्वायर लेफ्ट",
|
|
4100
|
+
floatRight: "स्क्वायर राइट",
|
|
4101
|
+
topAndBottom: "ऊपर और नीचे",
|
|
4102
|
+
behindText: "टेक्स्ट के पीछे",
|
|
4103
|
+
inFrontOfText: "टेक्स्ट के सामने",
|
|
4104
|
+
tooltipPrefix: "रैप: {label}",
|
|
4105
|
+
menu: {
|
|
4106
|
+
inLineWithText: "टेक्स्ट के साथ इनलाइन",
|
|
4107
|
+
squareLeft: "स्क्वायर लेफ्ट",
|
|
4108
|
+
squareRight: "स्क्वायर राइट",
|
|
4109
|
+
behindText: "टेक्स्ट के पीछे",
|
|
4110
|
+
inFrontOfText: "टेक्स्ट के सामने",
|
|
4111
|
+
ariaLabel: "चित्र लेआउट विकल्प",
|
|
4112
|
+
imageProperties: "चित्र की विशेषताएँ…"
|
|
4113
|
+
},
|
|
4114
|
+
menuDesc: {
|
|
4115
|
+
inLineWithText: "चित्र एक ग्लिफ़ के रूप में लाइन में बहता है",
|
|
4116
|
+
squareLeft: "चित्र बाईं ओर तैरता है, पाठ दाईं ओर लपेटता है",
|
|
4117
|
+
squareRight: "चित्र दाईं ओर तैरता है, पाठ बाईं ओर लपेटता है",
|
|
4118
|
+
behindText: "चित्र मुख्य टेक्स्ट के पीछे पेंट करता है",
|
|
4119
|
+
inFrontOfText: "चित्र मुख्य टेक्स्ट के ऊपर पेंट करता है"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
responsePreview: {
|
|
4123
|
+
loading: "{action}...",
|
|
4124
|
+
result: "{action} परिणाम",
|
|
4125
|
+
closeEsc: "बंद करें (Esc)",
|
|
4126
|
+
editPrompt: "स्वीकार करने से पहले परिणाम संपादित करें:",
|
|
4127
|
+
changes: "बदलाव:",
|
|
4128
|
+
original: "मूल:",
|
|
4129
|
+
new: "नया:",
|
|
4130
|
+
cancelEdit: "संपादन रद्द करें"
|
|
4131
|
+
},
|
|
4132
|
+
commentMarkers: {
|
|
4133
|
+
resolvedComment: "सुलझाया गया कमेंट",
|
|
4134
|
+
comment: "टिप्पणी"
|
|
4135
|
+
},
|
|
4136
|
+
editor: {
|
|
4137
|
+
toggleCommentsSidebar: "टिप्पणी साइडबार टॉगल करें",
|
|
4138
|
+
showDocumentOutline: "दस्तावेज़ की रूपरेखा दिखाएं",
|
|
4139
|
+
editing: "संपादन",
|
|
4140
|
+
editingDescription: "दस्तावेज़ को सीधे संपादित करें",
|
|
4141
|
+
suggesting: "सुझाव देना",
|
|
4142
|
+
suggestingDescription: "संपादन सुझाव बन जाते हैं",
|
|
4143
|
+
viewing: "देखना",
|
|
4144
|
+
viewingDescription: "केवल पढ़ने के लिए, कोई संपादन नहीं",
|
|
4145
|
+
failedToParse: "दस्तावेज़ का विश्लेषण करने में विफल",
|
|
4146
|
+
linkRemoved: "लिंक हटा दिया गया",
|
|
4147
|
+
linkCopied: "लिंक क्लिपबोर्ड पर कॉपी किया गया",
|
|
4148
|
+
failedToSave: "दस्तावेज़ सहेजने में विफल"
|
|
4149
|
+
},
|
|
4150
|
+
hyperlinkPopup: {
|
|
4151
|
+
displayTextPlaceholder: "दिखाया जाने वाला टेक्स्ट",
|
|
4152
|
+
urlPlaceholder: "https://example.com",
|
|
4153
|
+
copyLink: "लिंक कॉपी करें",
|
|
4154
|
+
editLink: "लिंक संपादित करें",
|
|
4155
|
+
removeLink: "लिंक हटाएं"
|
|
4156
|
+
},
|
|
4157
|
+
headerFooter: {
|
|
4158
|
+
header: "हेडर",
|
|
4159
|
+
footer: "फुटर",
|
|
4160
|
+
options: "विकल्प",
|
|
4161
|
+
insertPageNumber: "वर्तमान पेज नंबर डालें",
|
|
4162
|
+
insertTotalPages: "कुल पेज संख्या डालें",
|
|
4163
|
+
remove: "{label} हटाएं",
|
|
4164
|
+
closeEditing: "{label} संपादन बंद करें"
|
|
4165
|
+
},
|
|
4166
|
+
image: {
|
|
4167
|
+
placeholder: "चित्र प्लेसहोल्डर",
|
|
4168
|
+
placeholderText: "[चित्र]",
|
|
4169
|
+
editableAriaLabel: "संपादित करने योग्य चित्र"
|
|
4170
|
+
},
|
|
4171
|
+
imageOverlay: {
|
|
4172
|
+
rotate: "घुमाएं",
|
|
4173
|
+
imageProperties: "चित्र की विशेषताएँ",
|
|
4174
|
+
deleteImage: "चित्र हटाएं"
|
|
4175
|
+
},
|
|
4176
|
+
ruler: {
|
|
4177
|
+
horizontal: "क्षैतिज रूलर",
|
|
4178
|
+
vertical: "लंबवत रूलर",
|
|
4179
|
+
firstLineIndent: "पहली लाइन का इंडेंट",
|
|
4180
|
+
leftIndent: "बायां इंडेंट",
|
|
4181
|
+
rightIndent: "दायां इंडेंट",
|
|
4182
|
+
topMargin: "शीर्ष मार्जिन",
|
|
4183
|
+
bottomMargin: "तल मार्जिन"
|
|
4184
|
+
},
|
|
4185
|
+
print: {
|
|
4186
|
+
label: "प्रिंट करें",
|
|
4187
|
+
allPages: "सभी ({totalPages} पेज)",
|
|
4188
|
+
singlePage: "पेज {start}",
|
|
4189
|
+
pageRange: "पेज {start}-{end}"
|
|
4190
|
+
},
|
|
4191
|
+
unsaved: {
|
|
4192
|
+
unsaved: "सहेजा नहीं गया",
|
|
4193
|
+
saved: "सहेजा गया",
|
|
4194
|
+
unsavedTitle: "दस्तावेज़ में सहेजे न गए बदलाव हैं",
|
|
4195
|
+
savedTitle: "सभी बदलाव सहेजे गए",
|
|
4196
|
+
unsavedAriaLabel: "सहेजे न गए बदलाव",
|
|
4197
|
+
savedAriaLabel: "सभी बदलाव सहेजे गए"
|
|
4198
|
+
},
|
|
4199
|
+
loading: {
|
|
4200
|
+
label: "लोड हो रहा है"
|
|
4201
|
+
},
|
|
4202
|
+
agentPanel: {
|
|
4203
|
+
defaultTitle: "सहायक",
|
|
4204
|
+
toggle: "सहायक खोलें",
|
|
4205
|
+
close: "पैनल बंद करें",
|
|
4206
|
+
resizeHandle: "सहायक पैनल का आकार बदलें",
|
|
4207
|
+
thinking: "सहायक सोच रहा है...",
|
|
4208
|
+
composerPlaceholder: "सहायक से पूछें…",
|
|
4209
|
+
send: "भेजें",
|
|
4210
|
+
timeline: {
|
|
4211
|
+
working: "काम चल रहा है… {count, plural, one {# चरण} other {# चरण}}",
|
|
4212
|
+
summary: "{count, plural, one {# चरण} other {# चरण}}",
|
|
4213
|
+
earlier: "+ {count, plural, one {# पूर्व चरण} other {# पूर्व चरण}}"
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
revisions: {
|
|
4217
|
+
cellDeleted: null,
|
|
4218
|
+
cellInserted: null,
|
|
4219
|
+
cellMerged: null,
|
|
4220
|
+
cellPropertiesChanged: null,
|
|
4221
|
+
paragraphMarkDeleted: null,
|
|
4222
|
+
paragraphMarkInserted: null,
|
|
4223
|
+
paragraphPropertiesChanged: null,
|
|
4224
|
+
rowDeleted: null,
|
|
4225
|
+
rowInserted: null,
|
|
4226
|
+
rowPropertiesChanged: null,
|
|
4227
|
+
tablePropertiesChanged: null,
|
|
4228
|
+
tableDeleted: null,
|
|
4229
|
+
tableInserted: null
|
|
2505
4230
|
}
|
|
2506
4231
|
};
|
|
2507
4232
|
|
|
@@ -3326,6 +5051,21 @@ var pl_default = {
|
|
|
3326
5051
|
deleteImage: "Usuń obraz",
|
|
3327
5052
|
imageProperties: "Właściwości obrazu",
|
|
3328
5053
|
rotate: "Obróć"
|
|
5054
|
+
},
|
|
5055
|
+
revisions: {
|
|
5056
|
+
cellDeleted: null,
|
|
5057
|
+
cellInserted: null,
|
|
5058
|
+
cellMerged: null,
|
|
5059
|
+
cellPropertiesChanged: null,
|
|
5060
|
+
paragraphMarkDeleted: null,
|
|
5061
|
+
paragraphMarkInserted: null,
|
|
5062
|
+
paragraphPropertiesChanged: null,
|
|
5063
|
+
rowDeleted: null,
|
|
5064
|
+
rowInserted: null,
|
|
5065
|
+
rowPropertiesChanged: null,
|
|
5066
|
+
tablePropertiesChanged: null,
|
|
5067
|
+
tableDeleted: null,
|
|
5068
|
+
tableInserted: null
|
|
3329
5069
|
}
|
|
3330
5070
|
};
|
|
3331
5071
|
|
|
@@ -4150,6 +5890,21 @@ var pt_BR_default = {
|
|
|
4150
5890
|
deleteImage: "Excluir imagem",
|
|
4151
5891
|
imageProperties: "Propriedades da imagem",
|
|
4152
5892
|
rotate: "Girar"
|
|
5893
|
+
},
|
|
5894
|
+
revisions: {
|
|
5895
|
+
cellDeleted: null,
|
|
5896
|
+
cellInserted: null,
|
|
5897
|
+
cellMerged: null,
|
|
5898
|
+
cellPropertiesChanged: null,
|
|
5899
|
+
paragraphMarkDeleted: null,
|
|
5900
|
+
paragraphMarkInserted: null,
|
|
5901
|
+
paragraphPropertiesChanged: null,
|
|
5902
|
+
rowDeleted: null,
|
|
5903
|
+
rowInserted: null,
|
|
5904
|
+
rowPropertiesChanged: null,
|
|
5905
|
+
tablePropertiesChanged: null,
|
|
5906
|
+
tableDeleted: null,
|
|
5907
|
+
tableInserted: null
|
|
4153
5908
|
}
|
|
4154
5909
|
};
|
|
4155
5910
|
|
|
@@ -4974,6 +6729,21 @@ var tr_default = {
|
|
|
4974
6729
|
deleteImage: "Görseli sil",
|
|
4975
6730
|
imageProperties: "Görsel özellikleri",
|
|
4976
6731
|
rotate: "Döndür"
|
|
6732
|
+
},
|
|
6733
|
+
revisions: {
|
|
6734
|
+
cellDeleted: null,
|
|
6735
|
+
cellInserted: null,
|
|
6736
|
+
cellMerged: null,
|
|
6737
|
+
cellPropertiesChanged: null,
|
|
6738
|
+
paragraphMarkDeleted: null,
|
|
6739
|
+
paragraphMarkInserted: null,
|
|
6740
|
+
paragraphPropertiesChanged: null,
|
|
6741
|
+
rowDeleted: null,
|
|
6742
|
+
rowInserted: null,
|
|
6743
|
+
rowPropertiesChanged: null,
|
|
6744
|
+
tablePropertiesChanged: null,
|
|
6745
|
+
tableDeleted: null,
|
|
6746
|
+
tableInserted: null
|
|
4977
6747
|
}
|
|
4978
6748
|
};
|
|
4979
6749
|
|
|
@@ -5798,13 +7568,30 @@ var zh_CN_default = {
|
|
|
5798
7568
|
deleteImage: "删除图片",
|
|
5799
7569
|
imageProperties: "图片属性",
|
|
5800
7570
|
rotate: "旋转"
|
|
7571
|
+
},
|
|
7572
|
+
revisions: {
|
|
7573
|
+
cellDeleted: null,
|
|
7574
|
+
cellInserted: null,
|
|
7575
|
+
cellMerged: null,
|
|
7576
|
+
cellPropertiesChanged: null,
|
|
7577
|
+
paragraphMarkDeleted: null,
|
|
7578
|
+
paragraphMarkInserted: null,
|
|
7579
|
+
paragraphPropertiesChanged: null,
|
|
7580
|
+
rowDeleted: null,
|
|
7581
|
+
rowInserted: null,
|
|
7582
|
+
rowPropertiesChanged: null,
|
|
7583
|
+
tablePropertiesChanged: null,
|
|
7584
|
+
tableDeleted: null,
|
|
7585
|
+
tableInserted: null
|
|
5801
7586
|
}
|
|
5802
7587
|
};
|
|
5803
7588
|
|
|
5804
7589
|
// src/index.ts
|
|
5805
7590
|
var en = en_default;
|
|
5806
7591
|
var de = de_default;
|
|
7592
|
+
var fr = fr_default;
|
|
5807
7593
|
var he = he_default;
|
|
7594
|
+
var hi = hi_default;
|
|
5808
7595
|
var pl = pl_default;
|
|
5809
7596
|
var ptBR = pt_BR_default;
|
|
5810
7597
|
var tr = tr_default;
|
|
@@ -5812,7 +7599,9 @@ var zhCN = zh_CN_default;
|
|
|
5812
7599
|
var locales = {
|
|
5813
7600
|
en,
|
|
5814
7601
|
de,
|
|
7602
|
+
fr,
|
|
5815
7603
|
he,
|
|
7604
|
+
hi,
|
|
5816
7605
|
pl,
|
|
5817
7606
|
"pt-BR": ptBR,
|
|
5818
7607
|
tr,
|
|
@@ -5889,7 +7678,9 @@ function createT(strings, lang = "en") {
|
|
|
5889
7678
|
de,
|
|
5890
7679
|
deepMerge,
|
|
5891
7680
|
en,
|
|
7681
|
+
fr,
|
|
5892
7682
|
he,
|
|
7683
|
+
hi,
|
|
5893
7684
|
locales,
|
|
5894
7685
|
pl,
|
|
5895
7686
|
ptBR,
|