react-tiff
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -1182,2 +1182,30 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
} | ||
}, | ||
zh: { | ||
translation: { | ||
Next: '下一页', | ||
Previous: '上一页', | ||
'Page of total': '第 {{page}} 页,共 {{total}} 页' | ||
} | ||
}, | ||
ru: { | ||
translation: { | ||
Next: 'Следующий', | ||
Previous: 'Предыдущий', | ||
'Page of total': 'Страница {{page}} из {{total}}' | ||
} | ||
}, | ||
ar: { | ||
translation: { | ||
Next: 'التالى', | ||
Previous: 'سابق', | ||
'Page of total': 'صفحة {{page}} من {{total}}' | ||
} | ||
}, | ||
hi: { | ||
translation: { | ||
Next: 'अगला', | ||
Previous: 'पिछला', | ||
'Page of total': 'पृष्ठ {{page}} का {{total}}' | ||
} | ||
} | ||
@@ -1184,0 +1212,0 @@ }, |
@@ -1179,2 +1179,30 @@ import React, { forwardRef, useEffect } from 'react'; | ||
} | ||
}, | ||
zh: { | ||
translation: { | ||
Next: '下一页', | ||
Previous: '上一页', | ||
'Page of total': '第 {{page}} 页,共 {{total}} 页' | ||
} | ||
}, | ||
ru: { | ||
translation: { | ||
Next: 'Следующий', | ||
Previous: 'Предыдущий', | ||
'Page of total': 'Страница {{page}} из {{total}}' | ||
} | ||
}, | ||
ar: { | ||
translation: { | ||
Next: 'التالى', | ||
Previous: 'سابق', | ||
'Page of total': 'صفحة {{page}} من {{total}}' | ||
} | ||
}, | ||
hi: { | ||
translation: { | ||
Next: 'अगला', | ||
Previous: 'पिछला', | ||
'Page of total': 'पृष्ठ {{page}} का {{total}}' | ||
} | ||
} | ||
@@ -1181,0 +1209,0 @@ }, |
{ | ||
"name": "react-tiff", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "tiff", |
@@ -40,3 +40,3 @@ # react-tiff | ||
tiff={tiffFile} | ||
lang='en' // en | de | fr | es | tr | ja | ||
lang='en' // en | de | fr | es | tr | ja | zh | ru | ar | hi | ||
paginate='ltr' // bottom | ltr | ||
@@ -43,0 +43,0 @@ buttonColor='#141414' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298253
2754