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